Lines Matching refs:thread_id

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()
1040 pub fn rename_thread(thread: thread_id, newName: *const c_char) -> status_t; in rename_thread() argument
1041 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() argument
1048 pub fn estimate_max_scheduling_latency(th: crate::thread_id) -> crate::bigtime_t; in estimate_max_scheduling_latency()
1050 pub fn wait_for_thread(thread: thread_id, returnValue: *mut status_t) -> status_t; in wait_for_thread() argument
1053 pub fn find_thread(name: *const c_char) -> thread_id; in find_thread() argument
1059 thread: thread_id, in send_data() argument
1064 pub fn receive_data(sender: *mut thread_id, buffer: *mut c_void, bufferSize: size_t) -> i32; in receive_data() argument
1065 pub fn has_data(thread: thread_id) -> bool; in has_data()
1071 pub fn _get_thread_info(id: thread_id, info: *mut thread_info, size: size_t) -> status_t; in _get_thread_info() argument
1079 pub fn get_pthread_thread_id(thread: crate::pthread_t) -> thread_id; in get_pthread_thread_id() argument
1112 pub fn send_signal(threadID: thread_id, signal: c_uint) -> c_int; in send_signal() argument
1214 ) -> thread_id; in load_image() argument
1399 pub unsafe fn get_thread_info(id: thread_id, info: *mut thread_info) -> status_t { in get_thread_info() argument