Searched refs:fWorkerThread (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp61 fWorkerThread(-1),
105 if (fWorkerThread >= 0)
106 wait_for_thread(fWorkerThread, NULL);
209 if (fWorkerThread >= 0) {
225 fWorkerThread = thread;
226 resume_thread(fWorkerThread);
228 fWorkerThread = -1;
255 if (-1 != fWorkerThread) {
330 if (-1 != fWorkerThread) {
H A DScreenshotWindow.cpp47 fWorkerThread(-1),
102 if (fWorkerThread >= 0)
103 wait_for_thread(fWorkerThread, NULL);
205 if (fWorkerThread >= 0) {
230 fWorkerThread = thread;
231 resume_thread(fWorkerThread);
233 fWorkerThread = -1;
H A DUserUsageConditionsWindow.cpp63 fWorkerThread(-1)
106 fWorkerThread(-1)
217 if (fWorkerThread == -1)
234 if (-1 != fWorkerThread)
241 resume_thread(fWorkerThread);
399 fWorkerThread = thread;
H A DUserUsageConditionsWindow.h68 thread_id fWorkerThread; member in class:UserUsageConditionsWindow
H A DToLatestUserUsageConditionsWindow.h71 thread_id fWorkerThread; member in class:ToLatestUserUsageConditionsWindow
H A DScreenshotWindow.h83 thread_id fWorkerThread; member in class:ScreenshotWindow
H A DRatePackageWindow.h79 thread_id fWorkerThread; member in class:RatePackageWindow
H A DUserLoginWindow.cpp134 fWorkerThread(-1),
262 if (fWorkerThread >= 0)
263 wait_for_thread(fWorkerThread, NULL);
385 if (fWorkerThread >= 0) {
463 fWorkerThread = thread;
464 resume_thread(fWorkerThread);
466 fWorkerThread = -1;
491 if (fWorkerThread >= 0)
705 if (fWorkerThread >= 0)
1058 if (fWorkerThread >
[all...]
H A DRatePackageWindow.cpp184 fWorkerThread(-1)
414 if (!locker.IsLocked() || fWorkerThread >= 0)
456 fWorkerThread = thread;
457 resume_thread(fWorkerThread);
459 fWorkerThread = -1;
H A DUserLoginWindow.h164 thread_id fWorkerThread; member in class:UserLoginWindow
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp184 fWorkerThread(-1),
257 if (fWorkerThread == -1) {
258 fWorkerThread = spawn_kernel_thread(worker_thread, "Modem: worker_thread",
260 resume_thread(fWorkerThread);
290 wait_for_thread(fWorkerThread, &tmp);
382 fWorkerThread = -1;
393 fWorkerThread = -1;
H A DModemDevice.h72 thread_id fWorkerThread; member in class:ModemDevice
/haiku/src/kits/debugger/util/
H A DWorker.cpp232 fWorkerThread(-1),
242 if (fWorkerThread >= 0)
243 wait_for_thread(fWorkerThread, NULL);
266 fWorkerThread = spawn_thread(_WorkerLoopEntry, "worker", B_NORMAL_PRIORITY,
268 if (fWorkerThread < 0)
269 return fWorkerThread;
271 resume_thread(fWorkerThread);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp21 fWorkerThread(-1),
40 fWorkerThread = spawn_kernel_thread(_WorkerThread, "SD bus controller",
42 resume_thread(fWorkerThread);
62 if (fWorkerThread != 0)
63 wait_for_thread(fWorkerThread, &result);
H A Dmmc_bus.h66 thread_id fWorkerThread; member in class:MMCBus
/haiku/src/apps/installer/
H A DInstallerWindow.h92 WorkerThread* fWorkerThread; member in class:InstallerWindow
H A DInstallerWindow.cpp181 fWorkerThread(new WorkerThread(this)),
389 fWorkerThread->SetLock(fCopyEngineCancelSemaphore);
390 fWorkerThread->SetPackagesList(list);
391 fWorkerThread->SetSpaceRequired(size);
393 fWorkerThread->StartInstall(srcItem->ID(),
580 fWorkerThread->WriteBootSector(fDestMenu);
648 fWorkerThread->PostMessage(&quitWithInstallStatus);
745 fWorkerThread->ScanDisksPartitions(fSrcMenu, fDestMenu);
/haiku/headers/private/debugger/util/
H A DWorker.h215 thread_id fWorkerThread; member in class:Worker
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp103 fWorkerThread = spawn_kernel_thread(_WorkerThread, "SD bus poller",
105 resume_thread(fWorkerThread);
126 if (fWorkerThread != 0)
127 wait_for_thread(fWorkerThread, &result);
H A Dsdhci.h61 thread_id fWorkerThread; member in class:SdhciBus

Completed in 84 milliseconds