Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs109 pub type thread_t = crate::mach_port_t; typedef
5570 thread: thread_t, in thread_policy_set()
5576 thread: thread_t, in thread_policy_get()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs42 pub type thread_t = pthread_t; typedef
2568 pub fn thr_kill(id: thread_t, sig: c_int) -> c_int; in thr_kill()
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs41 pub type thread_t = c_uint; typedef