Searched refs:spawn_thread (Results 51 - 75 of 248) sorted by relevance

12345678910

/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp210 fReportThread = spawn_thread(report_thread, "report_thread", B_NORMAL_PRIORITY,
/haiku-fatelf/src/apps/3dmov/
H A DMainWindow.cpp76 fAnimationThreadID = spawn_thread(animation_thread, "Animation Thread", B_NORMAL_PRIORITY, fCurrentView);
H A DVideo.cpp142 fVideoThread = spawn_thread(Video::VideoThread, "Video thread", B_NORMAL_PRIORITY, this);
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp100 m_thread = spawn_thread(
/haiku-fatelf/src/apps/icon-o-matic/import_export/
H A DExporter.cpp66 fExportThread = spawn_thread(_ExportThreadEntry, "export",
/haiku-fatelf/src/servers/app/drawing/
H A DUpdateQueue.cpp77 fUpdateExecutor = spawn_thread(_ExecuteUpdatesEntry, "update queue runner",
/haiku-fatelf/src/servers/app/drawing/html5/
H A DWebServer.cpp34 fReceiverThread = spawn_thread(_NetworkReceiverEntry, "html5 server",
H A DWebWorker.cpp32 fWorkThread = spawn_thread(_WorkEntry, "html5 http worker",
/haiku-fatelf/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp38 fDaemon = spawn_thread(daemon_thread, "daemon", B_NORMAL_PRIORITY, this);
/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/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp131 fThread = spawn_thread(_ThreadEntry, "message runner app thread",
/haiku-fatelf/src/tests/servers/app/window_creation/
H A Dmain.cpp68 thread_id thread = spawn_thread(_ThreadStarter, "Window creator",
/haiku-fatelf/src/tests/servers/debug/
H A Dcrashing_app.cpp259 thread_id thread = spawn_thread(crashing_thread, "crashing thread",
/haiku-fatelf/src/tests/system/kernel/
H A Dwait_for_objects_test.cpp57 thread_id thread = spawn_thread(notifier_thread, "notifier",
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dflock_test.cpp144 thread_id thread = spawn_thread(try_to_lock, "try", B_NORMAL_PRIORITY, (void *)fd);
/haiku-fatelf/src/tools/cppunit/
H A DTestApp.cpp70 fAppThread = spawn_thread(&_AppThreadStart, "query app",
/haiku-fatelf/headers/private/bluetooth/
H A DPortListener.h86 fThread = spawn_thread((thread_func)&PortListener<TYPE,
/haiku-fatelf/headers/tools/cppunit/
H A DThreadManager.h113 fID = spawn_thread((thread_entry)(BThreadManager::EntryFunction),
/haiku-fatelf/src/add-ons/accelerants/intel_810/
H A Daccelerant.cpp132 thread_id threadID = spawn_thread(SuppressArtifacts,
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp41 fThread = spawn_thread(_LoopEntry, "down stream thread",
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIpp.cpp67 fListenThreadID = spawn_thread(_IPPListeningThread, "IPPListener", B_LOW_PRIORITY, this);
/haiku-fatelf/src/apps/autoraise/
H A DAutoRaiseIcon.cpp225 resume_thread(poller_thread = spawn_thread(poller, "AutoRaise desktop "
469 resume_thread(tv->last_raiser_thread = spawn_thread(fronter, "fronter", B_NORMAL_PRIORITY, (void *)tv));
536 thread_id tid = spawn_thread(removeFromDeskbar, "RemoveFromDeskbar", B_NORMAL_PRIORITY, NULL);
589 resume_thread(last_raiser_thread = spawn_thread(fronter, "fronter", B_NORMAL_PRIORITY, (void *)this));
/haiku-fatelf/src/apps/mediaplayer/support/
H A DEventQueue.cpp30 fEventExecutor = spawn_thread(_execute_events_, "event queue runner",
/haiku-fatelf/src/apps/midiplayer/
H A DScopeView.cpp66 threadId = spawn_thread(_Thread, "ScopeThread", B_NORMAL_PRIORITY, this);
/haiku-fatelf/src/apps/serialconnect/
H A DSerialApp.cpp26 thread_id id = spawn_thread(PollSerial, "Serial port poller",

Completed in 218 milliseconds

12345678910