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)
179 fNewPriority(newPriority)
174 ThreadPriorityChangedEvent(team_id team, thread_id thread, thread_id changedThread, int32 newPriority) argument
H A DDebugEvent.h160 int32 newPriority);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h43 status_t SetPriority(int32 newPriority);
H A DGenericThread.cpp307 GenericThread::SetPriority(int32 newPriority) argument
309 return set_thread_priority(fThreadId, 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.h350 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.cpp3522 _user_set_thread_priority(thread_id thread, int32 newPriority)
3524 return thread_set_thread_priority(thread, newPriority, false);

Completed in 168 milliseconds