Home
last modified time | relevance | path

Searched defs:set_thread_priority (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/realtime/lib/
Dlibrttest.c342 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() function
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs740 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function