Home
last modified time | relevance | path

Searched refs:newPriority (Results 1 – 9 of 9) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp175 thread_id thread, thread_id changedThread, int32 newPriority) in ThreadPriorityChangedEvent() argument
179 fNewPriority(newPriority) in ThreadPriorityChangedEvent()
H A DDebugEvent.h160 int32 newPriority);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp307 GenericThread::SetPriority(int32 newPriority) in SetPriority() argument
309 return set_thread_priority(fThreadId, newPriority); in SetPriority()
H A DGenericThread.h43 status_t SetPriority(int32 newPriority);
/haiku/headers/private/fs_shell/
H A Dfssh_os.h160 int32_t newPriority);
/haiku/headers/private/kernel/
H A Dthread.h141 status_t _user_set_thread_priority(thread_id thread, int32 newPriority);
/haiku/headers/os/kernel/
H A DOS.h353 extern status_t set_thread_priority(thread_id thread, int32 newPriority);
/haiku/headers/private/system/
H A Dsyscalls.h170 int32 newPriority);
/haiku/src/system/kernel/
H A Dthread.cpp3532 _user_set_thread_priority(thread_id thread, int32 newPriority) in _user_set_thread_priority() argument
3534 return thread_set_thread_priority(thread, newPriority, false); in _user_set_thread_priority()