Searched refs:set_thread_priority (Results 1 - 21 of 21) sorted by last modified time

/haiku-fatelf/src/system/kernel/
H A Dthread.cpp3188 set_thread_priority(thread_id id, int32 priority)
3403 return set_thread_priority(thread, newPriority);
/haiku-fatelf/src/apps/processcontroller/
H A DProcessController.cpp352 set_thread_priority(thread, new_priority);
/haiku-fatelf/src/apps/webpositive/
H A DBrowserApp.cpp160 set_thread_priority(Thread(), B_DISPLAY_PRIORITY);
/haiku-fatelf/src/kits/media/
H A DMediaEventLooper.cpp177 set_thread_priority(fControlThread, fCurrentPriority);
361 set_thread_priority(fControlThread, fCurrentPriority);
H A DSoundConsumer.cpp259 set_thread_priority(m_thread, new_prio);
288 set_thread_priority(m_thread, new_prio);
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp533 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY);
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp160 set_thread_priority(find_thread(NULL), B_URGENT_DISPLAY_PRIORITY);
/haiku-fatelf/src/servers/mount/
H A DAutoMounter.cpp71 set_thread_priority(Thread(), B_LOW_PRIORITY);
/haiku-fatelf/src/servers/registrar/
H A DRegistrar.cpp71 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY + 1);
/haiku-fatelf/src/system/kernel/scheduler/
H A Dscheduler_simple_smp.cpp188 set_thread_priority(Thread *thread, int32 priority) function
474 set_thread_priority,
/haiku-fatelf/src/system/libroot/os/
H A Dthread.c137 set_thread_priority(thread_id thread, int32 priority) function
/haiku-fatelf/src/bin/
H A Dprio.c34 ret = set_thread_priority(th, prio);
H A Drenice.c79 return set_thread_priority(th, prio);
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageItem.cpp680 set_thread_priority(fThreadId, B_LOW_PRIORITY);
/haiku-fatelf/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp60 set_thread_priority(fThreadId, B_LOW_PRIORITY);
/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp309 return set_thread_priority(fThreadId, newPriority);
/haiku-fatelf/src/apps/expander/
H A DExpanderThread.cpp82 set_thread_priority(fThreadId, B_LOW_PRIORITY);
H A DGenericThread.cpp299 return (set_thread_priority(fThreadId, a_new_priority));
/haiku-fatelf/headers/os/kernel/
H A DOS.h330 extern status_t set_thread_priority(thread_id thread, int32 newPriority);
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1177 #define set_thread_priority fssh_set_thread_priority macro
/haiku-fatelf/headers/private/kernel/
H A Dkscheduler.h40 void (*set_thread_priority)(Thread* thread, int32 priority); member in struct:scheduler_ops
78 gScheduler->set_thread_priority(thread, priority)

Completed in 223 milliseconds