Searched refs:B_NORMAL_PRIORITY (Results 26 - 50 of 220) sorted by relevance

123456789

/haiku/src/tests/kits/app/bhandler/
H A DLockLooperWithTimeoutTest.cpp86 B_NORMAL_PRIORITY, (void*)&info);
/haiku/src/tests/kits/app/bmessenger/
H A DSMLooper.cpp12 : BLooper(NULL, B_NORMAL_PRIORITY, 1),
/haiku/src/tests/kits/device/bserial/
H A DSerialIO.cpp65 B_NORMAL_PRIORITY, &port);
/haiku/src/tests/system/kernel/
H A Dport_multi_read_test.cpp48 threads[i] = spawn_thread(read_thread, "read thread", B_NORMAL_PRIORITY,
H A Dport_wakeup_test_2.cpp52 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_6.cpp51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_7.cpp51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
/haiku/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test.cpp59 B_NORMAL_PRIORITY, NULL);
/haiku/src/tests/system/network/
H A Dtest2.c65 B_NORMAL_PRIORITY, &i);
H A Dtest1.c55 B_NORMAL_PRIORITY, &i);
H A Dtest3.c77 B_NORMAL_PRIORITY, &i);
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp45 B_NORMAL_PRIORITY, this);
/haiku/src/system/kernel/
H A DUserEvent.cpp92 DPCQueue::DefaultQueue(B_NORMAL_PRIORITY)->Add(this);
269 DPCQueue::DefaultQueue(B_NORMAL_PRIORITY)->Add(this);
/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp102 "run_on_exit_loop", B_NORMAL_PRIORITY, NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp95 fThread = spawn_thread(_ThreadEntry, "request thread", B_NORMAL_PRIORITY,
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h13 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/apps/expander/
H A DGenericThread.h15 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/tests/kits/net/urlRequest/
H A DurlProtocolListener_test.cpp79 B_NORMAL_PRIORITY, this);
/haiku/src/tests/kits/storage/
H A DTestApp.cpp66 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.cpp76 thread_id thread = load_image_etc(3, args, NULL, B_NORMAL_PRIORITY,
/haiku/src/servers/launch/
H A DWorker.cpp34 fThread = spawn_thread(&Worker::_Process, Name(), B_NORMAL_PRIORITY,
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.cpp36 B_NORMAL_PRIORITY, this);
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.cpp79 B_NORMAL_PRIORITY, this);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.cpp231 if (priority > B_NORMAL_PRIORITY) {
233 B_URGENT_DISPLAY_PRIORITY, B_NORMAL_PRIORITY, priority);
240 B_NORMAL_PRIORITY, B_IDLE_PRIORITY, priority);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp210 fReportThread = spawn_thread(report_thread, "report_thread", B_NORMAL_PRIORITY,

Completed in 562 milliseconds

123456789