Searched refs:B_NORMAL_PRIORITY (Results 151 - 175 of 220) sorted by last modified time

123456789

/haiku/src/kits/tracker/
H A DMimeTypeList.cpp114 B_NORMAL_PRIORITY); local
/haiku/src/apps/midiplayer/
H A DScopeView.cpp70 B_NORMAL_PRIORITY, this);
/haiku/src/servers/package/
H A DRoot.cpp185 fJobRunner = spawn_thread(&_JobRunnerEntry, "job runner", B_NORMAL_PRIORITY,
/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/storage/
H A DTestApp.cpp66 B_NORMAL_PRIORITY, this);
/haiku/src/tests/kits/net/urlRequest/
H A DurlProtocolListener_test.cpp79 B_NORMAL_PRIORITY, this);
/haiku/src/apps/expander/
H A DGenericThread.h15 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp512 "message deliverer", B_NORMAL_PRIORITY + 1, this);
/haiku/src/add-ons/kernel/debugger/invalidate_on_exit/
H A Dinvalidate_on_exit.cpp55 "invalidate_loop", B_NORMAL_PRIORITY, NULL);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp127 "Initial devices scan", B_NORMAL_PRIORITY, this));
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp164 "NFSv4 Callback Listener", B_NORMAL_PRIORITY, this);
237 "NFSv4 Callback Connection", B_NORMAL_PRIORITY, arguments);
H A DRPCServer.cpp125 "NFSv4 Listener", B_NORMAL_PRIORITY, this);
H A DWorkQueue.cpp28 "NFSv4 Work Queue", B_NORMAL_PRIORITY, this);
H A DIdMap.cpp169 thread_id thread = load_image_etc(1, args, NULL, B_NORMAL_PRIORITY,
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp31 B_NORMAL_PRIORITY, this);
/haiku/src/servers/print/
H A DPrinter.cpp577 thread_id tid = spawn_thread(print_thread, "print", B_NORMAL_PRIORITY, (void*)fJob);
/haiku/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test2.cpp69 B_NORMAL_PRIORITY, NULL);
/haiku/src/tools/cppunit/
H A DTestApp.cpp71 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/apps/fake_app_server/
H A DAppServer.cpp100 fPicassoThreadID = spawn_thread(PicassoThread, "picasso", B_NORMAL_PRIORITY, this);
H A DServerApp.cpp113 fMonitorThreadID = spawn_thread(MonitorApp, fSignature.String(), 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/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);
H A DLockLooperWithTimeoutTest.cpp86 B_NORMAL_PRIORITY, (void*)&info);

Completed in 216 milliseconds

123456789