Searched defs:thread_id (Results 1 – 1 of 1) sorted by relevance
42 pub type thread_id = i32; typedef1035 ) -> thread_id; in spawn_thread()1040 pub fn rename_thread(thread: thread_id, newName: *const c_char) -> status_t; in rename_thread()1041 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority()1050 pub fn wait_for_thread(thread: thread_id, returnValue: *mut status_t) -> status_t; in wait_for_thread()1053 pub fn find_thread(name: *const c_char) -> thread_id; in find_thread()1059 thread: thread_id, in send_data()1079 pub fn get_pthread_thread_id(thread: crate::pthread_t) -> thread_id; in get_pthread_thread_id()1112 pub fn send_signal(threadID: thread_id, signal: c_uint) -> c_int; in send_signal()1214 ) -> thread_id; in load_image()[all …]