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

/haiku/src/system/kernel/
H A Dthread.cpp918 (int32)THREAD_MIN_SET_PRIORITY);
1502 if (prio < THREAD_MIN_SET_PRIORITY)
1503 prio = THREAD_MIN_SET_PRIORITY;
3321 if (priority < THREAD_MIN_SET_PRIORITY)
3322 priority = THREAD_MIN_SET_PRIORITY;
/haiku/headers/private/kernel/
H A Dthread_types.h37 #define THREAD_MIN_SET_PRIORITY B_LOWEST_ACTIVE_PRIORITY macro

Completed in 240 milliseconds