Searched refs:B_NORMAL_PRIORITY (Results 176 - 200 of 220) sorted by last modified time

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/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/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/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);
H A Dreserved_areas_test.cpp77 B_NORMAL_PRIORITY, NULL);
81 B_NORMAL_PRIORITY, NULL);
H A Dsem_acquire_test1.cpp38 B_NORMAL_PRIORITY, (void*)"thread1");
44 B_NORMAL_PRIORITY, NULL);
50 B_NORMAL_PRIORITY, (void*)"thread3");
H A Dsyscall_restart_test.cpp40 thread_id thread = spawn_thread(_ThreadEntry, fName, B_NORMAL_PRIORITY,
H A Dwait_for_objects_test.cpp58 B_NORMAL_PRIORITY, NULL);
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp140 B_NORMAL_PRIORITY, (void*)(addr_t)i);
/haiku/src/tests/system/libroot/posix/
H A Dabort_test.cpp27 B_NORMAL_PRIORITY, NULL);
/haiku/src/servers/mail/
H A DLEDAnimation.cpp37 fThread = ::spawn_thread(AnimationThread,"LED thread",B_NORMAL_PRIORITY,this);

Completed in 219 milliseconds

123456789