Searched refs:thread_id (Results 226 - 250 of 619) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/unistd/
H A Dfork.c33 extern thread_id __main_thread_id;
139 thread_id thread;
/haiku/headers/os/game/
H A DWindowScreen.h54 void RegisterThread(thread_id thread);
103 thread_id* fDebugThreads;
/haiku/src/servers/registrar/
H A DShutdownProcess.h42 void _NegativeQuitRequestReply(thread_id thread);
116 thread_id fWorker;
H A DMessagingService.h87 thread_id fCommandProcessor;
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h81 thread_id fWatcherThread;
116 thread_id fRepeatThread;
/haiku/src/bin/
H A Drenice.c66 static status_t renice_thread(int32 prio, int32 increment, bool use_be_prio, thread_id th)
84 thread_id th = -1;
/haiku/headers/private/kernel/
H A Dtracing.h119 thread_id ThreadID() const { return fThread; }
120 thread_id TeamID() const { return fTeam; }
130 thread_id fThread;
199 thread_id fThread;
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h69 thread_id fPS2DisablerThread;
H A DTabletDevice.h88 thread_id fThreadID;
/haiku/src/add-ons/kernel/drivers/audio/null/
H A Ddriver.h46 thread_id interrupt_thread;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.h67 thread_id fEventDeliverer;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.h66 thread_id fThread;
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h84 thread_id fConnectThread;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.h156 thread_id mLogThread;
/haiku/src/apps/debuganalyzer/model_loader/
H A DAbstractModelLoader.cpp72 thread_id thread = fLoaderThread;
/haiku/src/apps/poorman/
H A DPoorManServer.h44 thread_id fListenerTid;
/haiku/src/apps/soundrecorder/
H A DScopeView.h41 thread_id fThreadId;
/haiku/src/kits/storage/
H A DAddOnMonitor.cpp35 thread_id id = Run();
/haiku/src/libs/print/libprint/
H A DDialogWindow.cpp39 reply.AddInt32("thread_id", Thread());
65 thread_id windowThread;
66 if (reply.FindInt32("thread_id", &windowThread) != B_OK) {
/haiku/src/servers/bluetooth/
H A DBluetoothServer.h89 thread_id fSDPThreadID;
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.h19 thread_id thread;
/haiku/src/tests/add-ons/kernel/file_systems/bfs/bufferPool/
H A Dmain.cpp44 thread_id thread[NUM_THREADS];
/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.cpp81 thread_id tid = spawn_thread(LockLooperThreadFunc, "LockLooperHelperThread",
H A DLockLooperWithTimeoutTest.cpp85 thread_id tid = spawn_thread(LockLooperThreadFunc, "LockLooperHelperThread",

Completed in 103 milliseconds

1234567891011>>