Searched refs:B_NORMAL_PRIORITY (Results 76 - 100 of 220) sorted by path

123456789

/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp132 B_NORMAL_PRIORITY, this);
/haiku/src/tests/kits/app/bmessenger/
H A DSMLooper.cpp12 : BLooper(NULL, B_NORMAL_PRIORITY, 1),
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp177 fAppThread = spawn_thread(AppThreadEntry, "app thread", B_NORMAL_PRIORITY,
296 B_NORMAL_PRIORITY, this);
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp93 B_NORMAL_PRIORITY, (void*)this);
H A DCommonTestApp.cpp125 B_NORMAL_PRIORITY, this);
H A DPipedAppRunner.cpp66 B_NORMAL_PRIORITY, (void*)this);
/haiku/src/tests/kits/device/bserial/
H A DSerialIO.cpp65 B_NORMAL_PRIORITY, &port);
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp325 B_NORMAL_PRIORITY, this);
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp337 thread_id tid = spawn_thread(testClient, "client", B_NORMAL_PRIORITY, NULL);
/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/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp106 B_NORMAL_PRIORITY, this);
/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp69 B_NORMAL_PRIORITY, this);
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp260 B_NORMAL_PRIORITY, NULL);
/haiku/src/tests/system/glue/
H A DStackAlign.cpp45 wait_for_thread(spawn_thread(thread, "test", B_NORMAL_PRIORITY, NULL), &rv);
/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_1.cpp47 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
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_3.cpp51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_4.cpp45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_5.cpp45 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);
H A Dport_wakeup_test_8.cpp50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);
H A Dport_wakeup_test_9.cpp50 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL);

Completed in 93 milliseconds

123456789