Searched refs:thread_id (Results 1 – 4 of 4) sorted by relevance
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | native.rs | 42 pub type thread_id = i32; typedef 286 pub debugger_nub_thread: thread_id, 299 pub latest_holder: thread_id, 308 pub thread: thread_id, 1035 ) -> thread_id; in spawn_thread() argument 1036 pub fn kill_thread(thread: thread_id) -> status_t; in kill_thread() 1037 pub fn resume_thread(thread: thread_id) -> status_t; in resume_thread() 1038 pub fn suspend_thread(thread: thread_id) -> status_t; in suspend_thread() 1059 thread: thread_id, in send_data() argument 1065 pub fn has_data(thread: thread_id) -> bool; in has_data() [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 1484 pub thread_id: u64, 2256 self.thread_id == other.thread_id 2264 self.thread_id.hash(state); 5456 pub fn pthread_threadid_np(thread: crate::pthread_t, thread_id: *mut u64) -> c_int; in pthread_threadid_np()
|
| /rust-libc-0.2.174/src/ |
| H A D | psp.rs | 1636 pub thread_id: SceUid, 1706 pub thread_id: SceUid, 3131 thread_id: SceUid, in sceKernelRegisterThreadEventHandler()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 2709 thread_id: crate::pthread_t, in pthread_getcpuclockid()
|