Searched refs:thread_id (Results 101 - 125 of 619) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.h37 thread_id owner;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPReportDefs.h71 thread_id thread;
/haiku/src/apps/debuganalyzer/model_loader/
H A DAbstractModelLoader.h40 thread_id fLoaderThread;
/haiku/src/bin/debug/profile/
H A DThread.h39 Thread(thread_id threadID, const char* name,
43 inline thread_id ID() const;
85 thread_id fID;
98 thread_id
/haiku/src/servers/app/drawing/
H A DUpdateQueue.h36 thread_id fUpdateExecutor;
/haiku/src/servers/media/
H A DNotificationManager.h45 thread_id fNotificationThreadId;
/haiku/src/servers/midi/
H A DPortDrivers.h40 thread_id fReaderThread;
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmisc.cpp20 thread_id
/haiku/src/tests/kits/app/blooper/
H A DLooperForThreadTest.cpp22 LooperForThread(thread_id)
28 thread_id tid = Looper->Run();
35 LooperForThread(thread_id)
50 TestSuite* suite = new TestSuite("BLooper::LooperForTest(thread_id)");
/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.h34 thread_id fReader;
H A DCommonTestApp.h30 thread_id Run();
46 thread_id fEventThread;
/haiku/headers/private/screen_saver/
H A DScreenSaverRunner.h51 thread_id fThread;
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h48 virtual status_t Attach(team_id id, thread_id threadID,
55 thread_id& _thread) const = 0;
57 virtual status_t FindTeamByThread(thread_id thread,
122 thread_id thread;
/haiku/src/apps/text_search/
H A DGrepper.h57 thread_id fRunnerThreadId;
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h28 thread_id ThreadID() const { return fID; }
33 thread_id fID;
108 thread_id PreviousThreadID() const { return fPreviousID; }
114 thread_id fPreviousID;
/haiku/headers/build/private/app/
H A DAppMisc.h27 thread_id main_thread_for(team_id team);
/haiku/src/servers/app/drawing/interface/remote/
H A DNetReceiver.h39 thread_id fReceiverThread;
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.h36 thread_id fDaemon;
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.h37 thread_id fContentPopulator;
/haiku/src/system/glue/
H A Dstart_dyn.c24 extern thread_id __main_thread_id;
/haiku/headers/os/kernel/
H A Ddebugger.h56 extern status_t debug_thread(thread_id thread);
265 thread_id thread; // the thread
272 thread_id thread; // the thread
280 thread_id thread; // the thread
288 thread_id thread; // the thread
341 thread_id thread; // the thread
358 thread_id thread; // the thread
402 thread_id thread; // thread to profile
423 thread_id thread; // thread to profile
470 thread_id threa
[all...]
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h64 thread_id MonitorThreadID() const;
85 thread_id fMonitorThreadID;
/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestAppQuitWhenStartedFromAnotherThread.cpp6 static thread_id gBAppThreadID;
7 static thread_id gMainThreadID;
/haiku/src/tests/servers/app/newerClipping/
H A DMultiLocker.h34 bool IsWriteLocked(uint32 *stack_base = NULL, thread_id *thread = NULL);
58 thread_id fWriterThread;
/haiku/src/tests/system/kernel/
H A Dfibo_load_image.cpp58 thread_id threadA = load_image(argCount, (const char**)args, (const char**)environ);
65 thread_id threadB = load_image(argCount, (const char**)args, (const char**)environ);

Completed in 103 milliseconds

1234567891011>>