Searched refs:spawn_thread (Results 1 - 25 of 248) sorted by last modified time

12345678910

/haiku-fatelf/src/servers/print/
H A DPrinter.cpp577 thread_id tid = spawn_thread(print_thread, "print", B_NORMAL_PRIORITY, (void*)fJob);
/haiku-fatelf/src/kits/interface/
H A DColumnListView.cpp4684 fSortThread = spawn_thread(DeepSortThreadEntry, "sort_thread", B_NORMAL_PRIORITY, this);
H A DScrollBar.cpp752 = spawn_thread(fPrivateData->button_repeater_thread,
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp2040 fThread = spawn_thread(_OutputThreadEntry, "multi_audio audio output",
/haiku-fatelf/src/apps/processcontroller/
H A DProcessController.cpp263 resume_thread(spawn_thread(thread_quit_application,
333 resume_thread(spawn_thread(thread_debug_thread,
539 gPopupThreadID = spawn_thread(thread_popup, "Popup holder thread",
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp1200 thread_id addPosesThread = spawn_thread(&BPoseView::AddPosesTask,
H A DInfoWindow.cpp393 fCalcThreadID = spawn_thread(BInfoWindow::CalcSize, "CalcSize",
474 fCalcThreadID = spawn_thread(BInfoWindow::CalcSize, "CalcSize",
H A DFSUtils.cpp2766 resume_thread(spawn_thread(empty_trash, "_tracker_empty_trash_",
/haiku-fatelf/src/apps/terminal/
H A DTermParse.cpp147 fParseThread = spawn_thread(_escparse_thread, "EscParse",
177 fReaderThread = spawn_thread(_ptyreader_thread, "PtyReader",
H A DTermApp.cpp276 thread_id thread = spawn_thread(_ChildCleanupThread, "child cleanup",
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp394 fHandlerThread = spawn_thread(&_HandlerThreadEntry, name, B_NORMAL_PRIORITY,
1074 fListener = spawn_thread(_ListenerEntry, "kernel listener",
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.cpp902 fRefreshThread = spawn_thread(&_RefreshThread, "source refresh",
/haiku-fatelf/src/apps/cdplayer/
H A DCDDBSupport.cpp518 fThread = spawn_thread(&CDDBQuery::_QueryThread, "CDDBLookup", B_NORMAL_PRIORITY, this);
/haiku-fatelf/src/apps/bsnow/
H A DSnowView.cpp170 fInvalidator = spawn_thread(SnowMakerThread, INVALIDATOR_THREAD_NAME, B_LOW_PRIORITY, (void *)this);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBlockAllocator.cpp20 # define spawn_kernel_thread spawn_thread
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.cpp479 fDebugEventListener = spawn_thread(_DebugEventListenerEntry, buffer,
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterApp.cpp172 fConvertThreadID = spawn_thread(MediaConverterApp::_RunConvertEntry,
/haiku-fatelf/src/apps/mail/
H A DContent.cpp1842 resume_thread(fThread = spawn_thread(Reader::Run, "reader", B_NORMAL_PRIORITY, reader));
/haiku-fatelf/src/kits/media/
H A DMediaEventLooper.cpp427 fControlThread = spawn_thread(_ControlThreadStart, threadName, fCurrentPriority, this);
H A DSoundConsumer.cpp118 m_thread = spawn_thread(ThreadEntry, pname, 110, this);
H A DMediaExtractor.cpp131 fExtractorThread = spawn_thread(_ExtractorEntry, "media extractor thread",
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dstub.c159 spawn_thread(thread_func func, const char *name, int32 priority, void *data) function
161 fprintf(stderr, "spawn_thread() not supported on this platform.\n");
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DFileSystem.cpp320 fNotificationThread = spawn_thread(_NotificationThreadEntry,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DRequestThread.cpp82 fThread = spawn_thread(_ThreadEntry, "request thread", B_NORMAL_PRIORITY,
H A DUserlandFSDispatcher.cpp117 fRequestProcessor = spawn_thread(_RequestProcessorEntry,

Completed in 297 milliseconds

12345678910