Home
last modified time | relevance | path

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

/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() argument
2569 pub fn thr_self() -> thread_t; in thr_self()
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs41 pub type thread_t = c_uint; typedef
2881 pub fn thr_self() -> crate::thread_t; in thr_self()
/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() argument
5576 thread: thread_t, in thread_policy_get() argument