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

/haiku/src/bin/
H A Dprio.c34 ret = set_thread_priority(th, prio);
H A Drenice.c79 return set_thread_priority(th, prio);
/haiku/src/libs/compat/freebsd_iflib/
H A Dkthread.cpp40 set_thread_priority((thread_id)tdi, prio);
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp60 set_thread_priority(fThreadId, B_LOW_PRIORITY);
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c191 set_thread_priority(thread.thread, value);
/haiku/src/kits/media/
H A DMediaEventLooper.cpp182 set_thread_priority(fControlThread, fCurrentPriority);
368 set_thread_priority(fControlThread, fCurrentPriority);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp309 return set_thread_priority(fThreadId, newPriority);
/haiku/src/apps/expander/
H A DGenericThread.cpp301 return (set_thread_priority(fThreadId, priority));
H A DExpanderThread.cpp88 set_thread_priority(fThreadId, B_LOW_PRIORITY);
/haiku/src/servers/registrar/
H A DRegistrar.cpp71 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY + 1);
/haiku/src/system/libroot/os/
H A Dthread.c164 set_thread_priority(thread_id thread, int32 priority) function
/haiku/src/apps/text_search/
H A DGrepper.cpp383 set_thread_priority(xargsThread, B_LOW_PRIORITY);
/haiku/src/apps/terminal/
H A DShell.cpp544 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY);
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp195 set_thread_priority(Thread(), B_DISPLAY_PRIORITY);
/haiku/headers/os/kernel/
H A DOS.h350 extern status_t set_thread_priority(thread_id thread, int32 newPriority);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp783 set_thread_priority(fThreadId, B_LOW_PRIORITY);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp389 set_thread_priority(thread, new_priority);
/haiku/src/servers/mount/
H A DAutoMounter.cpp366 set_thread_priority(Thread(), B_LOW_PRIORITY);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1196 #define set_thread_priority fssh_set_thread_priority macro
/haiku/src/servers/input/
H A DInputServer.cpp163 set_thread_priority(find_thread(NULL), B_URGENT_DISPLAY_PRIORITY);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2407 void set_thread_priority() {} function
H A Dlibroot_stubs_legacy.c2395 void set_thread_priority() {} function
/haiku/src/system/kernel/
H A Dthread.cpp3341 set_thread_priority(thread_id id, int32 priority)

Completed in 856 milliseconds