Searched refs:renice_thread (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Drenice.c66 static status_t renice_thread(int32 prio, int32 increment, bool use_be_prio, thread_id th) function
125 return (renice_thread(prio, increment, use_be_prio, th) == B_OK)?0:1;
133 renice_thread(prio, increment, use_be_prio, th);

Completed in 31 milliseconds