Searched refs:thread_t (Results 1 – 3 of 3) sorted by relevance
42 pub type thread_t = pthread_t; typedef2568 pub fn thr_kill(id: thread_t, sig: c_int) -> c_int; in thr_kill() argument2569 pub fn thr_self() -> thread_t; in thr_self()
41 pub type thread_t = c_uint; typedef2881 pub fn thr_self() -> crate::thread_t; in thr_self()
109 pub type thread_t = crate::mach_port_t; typedef5570 thread: thread_t, in thread_policy_set() argument5576 thread: thread_t, in thread_policy_get() argument