Searched refs:__pthread_t (Results 1 – 1 of 1) sorted by relevance
142 pub type __pthread_t = c_long; typedef143 pub type pthread_t = __pthread_t;3915 pub fn __pthread_equal(__t1: __pthread_t, __t2: __pthread_t) -> c_int; in __pthread_equal() argument