Searched refs:B_REAL_TIME_PRIORITY (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/tests/system/kernel/
H A Dyield_test.cpp25 thread_id thread = spawn_thread(looper, "Real-Time Looper", B_REAL_TIME_PRIORITY, NULL);
/haiku/src/system/libroot/posix/
H A Dscheduler.cpp47 return B_REAL_TIME_PRIORITY;
/haiku/src/kits/media/legacy/
H A DOldMediaDefs.h27 #define B_MEDIA_LEVEL B_REAL_TIME_PRIORITY
/haiku/src/libs/compat/freebsd_network/
H A Dtaskqueue.c195 B_REAL_TIME_PRIORITY, "fast taskq thread");
209 B_REAL_TIME_PRIORITY, "swi taskq");
223 B_REAL_TIME_PRIORITY, "swi taskq");
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp78 B_REAL_TIME_PRIORITY, this);
/haiku/src/add-ons/kernel/drivers/audio/null/
H A Dnull_hardware.c104 B_REAL_TIME_PRIORITY, (void*)device);
/haiku/headers/private/fs_shell/
H A Dfssh_os.h143 #define FSSH_B_MAX_PRIORITY B_REAL_TIME_PRIORITY
/haiku/src/kits/midi2/
H A DMidiRoster.cpp32 int32 midi_dispatcher_priority = B_REAL_TIME_PRIORITY;
H A DMidiLocalConsumer.cpp38 _midi_event_thread, "MidiEventThread", B_REAL_TIME_PRIORITY, this);
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.cpp85 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/kits/game/
H A DGameProducer.cpp432 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp150 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp581 SetPriority(B_REAL_TIME_PRIORITY);
2418 "OpenSound audio output", B_REAL_TIME_PRIORITY, input);
2472 B_REAL_TIME_PRIORITY, output);
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.cpp236 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/headers/private/kernel/
H A Dthread_types.h38 #define THREAD_MAX_SET_PRIORITY B_REAL_TIME_PRIORITY
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp530 B_REAL_TIME_PRIORITY);
/haiku/headers/os/kernel/
H A DOS.h331 #define B_REAL_TIME_PRIORITY 120 macro
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.cpp597 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp640 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp94 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp96 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp263 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp215 SetPriority(B_REAL_TIME_PRIORITY);
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c402 err = dev->postoffice = spawn_kernel_thread(nbd_postoffice, "nbd postoffice", B_REAL_TIME_PRIORITY, dev);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp236 SetPriority(B_REAL_TIME_PRIORITY);

Completed in 361 milliseconds

12