Lines Matching refs:thread
261 pub thread: thread_id,
958 pub fn kill_thread(thread: thread_id) -> status_t;
959 pub fn resume_thread(thread: thread_id) -> status_t;
960 pub fn suspend_thread(thread: thread_id) -> status_t;
962 pub fn rename_thread(thread: thread_id, newName: *const ::c_char) -> status_t;
963 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t;
972 pub fn wait_for_thread(thread: thread_id, returnValue: *mut status_t) -> status_t;
981 thread: thread_id,
988 pub fn has_data(thread: thread_id) -> bool;
1002 pub fn get_pthread_thread_id(thread: ::pthread_t) -> thread_id;