Searched refs:thread_id (Results 401 - 425 of 619) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp137 thread_id threadID = fThread->ID();
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp34 static thread_id sLastThread;
/haiku/headers/os/app/
H A DApplication.h49 virtual thread_id Run();
/haiku/headers/private/debugger/util/
H A DWorker.h215 thread_id fWorkerThread;
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h122 virtual void ThreadActionRequested(thread_id threadID,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h143 thread_id fNotificationThread;
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h154 thread_id fInputThread;
/haiku/src/system/libroot/os/
H A Ddebug.c97 debug_thread(thread_id thread)
/haiku/src/tests/system/network/tcptester/
H A Dtcptester.cpp238 thread_id newThread = spawn_thread(handle_client, "client",
/haiku/src/system/kernel/slab/
H A DObjectCache.h43 thread_id thread;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h80 thread_id fLogFlusher;
/haiku/src/apps/codycam/
H A DVideoConsumer.h130 thread_id fFtpThread;
/haiku/src/kits/app/
H A DAppMisc.cpp158 thread_id
/haiku/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp16 ThreadBarMenuItem::ThreadBarMenuItem(const char* title, thread_id thread,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.h130 thread_id fEventThread;
/haiku/src/kits/package/
H A DFetchFileJob.cpp119 thread_id thread = request->Run();
/haiku/src/apps/activitymonitor/
H A DActivityView.h137 thread_id fRefreshThread;
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp21 ReportUserInterface::ReportUserInterface(thread_id targetThread,
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h155 thread_id fDeviceThread;
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp46 thread_id fListenThreadID;
/haiku/src/servers/app/
H A DAppServer.cpp156 thread_id thread = desktop->Thread();
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dduckduckgo_request.cpp50 thread_id t;
/haiku/headers/os/interface/
H A DMenuField.h149 thread_id fMenuTaskID;
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp71 typedef thread_id KeyType;
74 size_t HashKey(thread_id key) const { return key; }
76 bool Compare(thread_id key, const IORequestOwner* value) const
785 IOSchedulerSimple::_GetRequestOwner(team_id team, thread_id thread,
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_mutex.cpp55 thread_id thisThread = find_thread(NULL);

Completed in 136 milliseconds

<<11121314151617181920>>