Home
last modified time | relevance | path

Searched defs:__pthread_t (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs142 pub type __pthread_t = c_long; typedef
3915 pub fn __pthread_equal(__t1: __pthread_t, __t2: __pthread_t) -> c_int; in __pthread_equal()