Searched refs:B_NORMAL_PRIORITY (Results 1 - 25 of 220) sorted by relevance

123456789

/haiku/headers/build/os/app/
H A DLooper.h19 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/tests/system/kernel/
H A Dsem_acquire_test1.cpp38 B_NORMAL_PRIORITY, (void*)"thread1");
44 B_NORMAL_PRIORITY, NULL);
50 B_NORMAL_PRIORITY, (void*)"thread3");
H A Dreserved_areas_test.cpp77 B_NORMAL_PRIORITY, NULL);
81 B_NORMAL_PRIORITY, NULL);
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_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_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 Dselect_close_test.cpp27 thread_id thread = spawn_thread(close_fd, "close fd", B_NORMAL_PRIORITY,
/haiku/src/tests/system/libroot/posix/
H A Dabort_test.cpp27 B_NORMAL_PRIORITY, NULL);
H A Dsignal_in_allocator_test2.cpp69 B_NORMAL_PRIORITY, NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp28 fThread = spawn_thread(&_ThreadEntry, name, B_NORMAL_PRIORITY, this);
30 fThread = spawn_kernel_thread(&_ThreadEntry, name, B_NORMAL_PRIORITY, this);
/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestAppQuitWhenStartedFromAnotherThread.cpp24 resume_thread(spawn_thread(bapp_quit_thread, "BApplication->Quit()", B_NORMAL_PRIORITY, NULL));
48 gBAppThreadID = spawn_thread(bapp_thread, "BApplication(test)", B_NORMAL_PRIORITY, (void *)find_thread(NULL));
/haiku/src/tests/kits/app/
H A DRegistrarThreadManagerTest.cpp173 RegistrarThread *thread = new TerminatingThread(name, B_NORMAL_PRIORITY, managerMessenger);
183 RegistrarThread *thread = new WellBehavedInfiniteThread(name, B_NORMAL_PRIORITY, managerMessenger);
193 RegistrarThread *thread = new NaughtyInfiniteThread(name, B_NORMAL_PRIORITY, managerMessenger);
259 RegistrarThread *thread = new TerminatingThread(name, B_NORMAL_PRIORITY, managerMessenger);
270 RegistrarThread *thread = new WellBehavedInfiniteThread(name, B_NORMAL_PRIORITY, managerMessenger);
281 RegistrarThread *thread = new WellBehavedInfiniteThread(name, B_NORMAL_PRIORITY, managerMessenger);
299 RegistrarThread *thread = new TerminatingThread(name, B_NORMAL_PRIORITY, managerMessenger);
309 RegistrarThread *thread = new WellBehavedInfiniteThread(name, B_NORMAL_PRIORITY, managerMessenger);
/haiku/src/add-ons/kernel/debugger/invalidate_on_exit/
H A Dinvalidate_on_exit.cpp55 "invalidate_loop", B_NORMAL_PRIORITY, NULL);
/haiku/src/servers/app/drawing/interface/remote/
H A DNetSender.cpp31 B_NORMAL_PRIORITY, this);
/haiku/src/libs/compat/freebsd_iflib/
H A Dkthread.cpp25 name, B_NORMAL_PRIORITY, arg);
/haiku/src/tests/system/glue/
H A DStackAlign.cpp45 wait_for_thread(spawn_thread(thread, "test", B_NORMAL_PRIORITY, NULL), &rv);
/haiku/src/apps/cortex/support/
H A DObservableLooper.h72 int32 priority=B_NORMAL_PRIORITY,
/haiku/src/apps/debuganalyzer/model_loader/
H A DAbstractModelLoader.cpp51 B_NORMAL_PRIORITY, this);
/haiku/src/servers/mail/
H A DLEDAnimation.cpp37 fThread = ::spawn_thread(AnimationThread,"LED thread",B_NORMAL_PRIORITY,this);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/bufferPool/
H A Dmain.cpp48 thread[i] = spawn_thread(allocator, "", B_NORMAL_PRIORITY, (void *)&pool);
/haiku/src/tests/kits/app/bclipboard/
H A DLockTester.cpp63 thread_id thread = spawn_thread(LockTest2,"locktest",B_NORMAL_PRIORITY,clip);
/haiku/src/tests/kits/app/bhandler/
H A DLockLooperTest.cpp82 B_NORMAL_PRIORITY, (void*)&info);

Completed in 136 milliseconds

123456789