fn eq()

in src/rt_linux.rs [68:70]


    fn eq(&self, other: &Self) -> bool {
        self.thread_id == other.thread_id && self.pthread_id == other.pthread_id
    }