Searched refs:thread_id (Results 1 - 25 of 619) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerApp.cpp3631 link.Attach<thread_id>(Thread());
3673 thread_id sender;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c59 thread_id int_thread_id = -1;
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.h61 thread_id fWorkerThread;
/haiku/headers/os/drivers/
H A DKernelExport.h181 extern thread_id spawn_kernel_thread(thread_func function,
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp452 UserLoginWindow::_SetWorkerThreadLocked(thread_id thread)
460 UserLoginWindow::_SetWorkerThread(thread_id thread)
500 thread_id thread = spawn_thread(&_AuthenticateThreadEntry,
726 thread_id thread = spawn_thread(&_CreateAccountSetupThreadEntry,
1074 thread_id thread = spawn_thread(&_CreateAccountThreadEntry,
H A DUserLoginWindow.h54 void _SetWorkerThread(thread_id thread);
55 void _SetWorkerThreadLocked(thread_id thread);
164 thread_id fWorkerThread;
H A DRatePackageWindow.h48 void _SetWorkerThread(thread_id thread);
79 thread_id fWorkerThread;
H A DRatePackageWindow.cpp426 thread_id thread = spawn_thread(&_QueryRatingThreadEntry,
436 thread_id thread = spawn_thread(&_SendRatingThreadEntry,
444 RatePackageWindow::_SetWorkerThread(thread_id thread)
H A DScreenshotWindow.h51 void _SetWorkerThread(thread_id thread);
83 thread_id fWorkerThread;
H A DScreenshotWindow.cpp210 thread_id thread = spawn_thread(&_DownloadThreadEntry,
218 ScreenshotWindow::_SetWorkerThread(thread_id thread)
H A DMainWindow.h186 thread_id fPopulatePackageWorker;
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1035 thread_id thread = request->Run();
1117 thread_id thread = request->Run();
/haiku/src/apps/deskcalc/
H A DCalcView.h159 thread_id fEvaluateThread;
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp437 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h278 thread_id fFinishThread;
282 thread_id fEventThread;
H A Duhci.h238 thread_id fFinishThread;
243 thread_id fCleanupThread;
251 thread_id fFinishIsochronousThread;
H A Dohci.h210 thread_id fFinishThread;
H A Dehci.h227 thread_id fFinishThread;
232 thread_id fCleanupThread;
244 thread_id fFinishIsochronousThread;
257 thread_id fInterruptPollThread;
/haiku/src/kits/tracker/
H A DPoseView.h651 bool IsValidAddPosesThread(thread_id) const;
728 std::set<thread_id> fAddPosesThreads;
H A DPoseView.cpp907 std::set<thread_id> addPosesThreads(fAddPosesThreads);
911 std::set<thread_id>::iterator it;
1258 BPoseView::IsValidAddPosesThread(thread_id currentThread) const
1289 thread_id addPosesThread = spawn_thread(&BPoseView::AddPosesTask,
1396 thread_id threadID = find_thread(NULL);
/haiku/src/system/kernel/
H A DDPC.cpp149 thread_id thread = fThreadID;
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp51 thread_id updateThread;
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp49 thread_id thread;
1353 thread_id serverThread = spawn_thread(server_thread, "server",
/haiku/src/apps/expander/
H A DExpanderThread.cpp203 thread_id
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp581 thread_id readerThread = interface->reader_thread;

Completed in 173 milliseconds

1234567891011>>