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