Home
last modified time | relevance | path

Searched refs:thread_set_priority (Results 1 – 18 of 18) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-tt/nova-tt/
H A Dthread_priority_pthread.hpp60 inline bool thread_set_priority(int policy, int priority) in thread_set_priority() function
79 inline bool thread_set_priority(int priority) in thread_set_priority() function
81 return detail::thread_set_priority(SCHED_OTHER, priority); in thread_set_priority()
92 return detail::thread_set_priority(SCHED_FIFO, priority); in thread_set_priority_rt()
H A Dthread_priority_win32.hpp36 inline bool thread_set_priority(int priority)
49 return thread_set_priority(priority);
H A Dthread_priority_fallback.hpp37 inline bool thread_set_priority(int priority) in thread_set_priority() function
H A Dthread_priority_mach.hpp54 inline bool thread_set_priority(int priority) in thread_set_priority() function
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dthread.cpp47 …void thread_set_priority(thread_t id, int priority) { sceKernelChangeThreadPriority(id, 0xFF & _th… in thread_set_priority() function
75 void thread_set_priority(thread_t id, int priority) { } in thread_set_priority() function
H A Dthread.h25 void thread_set_priority(thread_t id, int priority);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-tt/
H A DREADME20 - nova::thread_set_priority(_rt): set priority of current thread
/dports/devel/z88dk/z88dk/include/threading/
H A Dpreempt.h167 #define thread_set_priority(thr, prio) thr->priority = prio macro
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/utilities/
H A Dcallback_interpreter.hpp168 thread_set_priority(priority); in run()
/dports/devel/glib20/glib-2.70.4/glib/deprecated/
H A Dgthread.h87 void (*thread_set_priority)(gpointer thread, member
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/server/
H A Dserver.cpp292 thread_set_priority(priority);
H A Dmain.cpp270 bool success = nova::thread_set_priority(0);
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgthread.h108 void (*thread_set_priority)(gpointer thread, member
H A Dgthread.c2162 G_THREAD_CF (thread_set_priority, (void)0, in g_thread_set_priority()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgthread.inc58 thread_set_priority : procedure (thread:gpointer; priority:TGThreadPriority); cdecl;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgthread.inc58 thread_set_priority : procedure (thread:gpointer; priority:TGThreadPriority); cdecl;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_ComPort.cpp445 nova::thread_set_priority(priorities.second); in asioFunction()
H A DSC_CoreAudio.cpp114 nova::thread_set_priority(priorities.second); in resyncThreadFunc()
351 nova::thread_set_priority(priorities.second); in RunThread()