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

/haiku/src/servers/registrar/
H A DShutdownProcess.cpp244 fAnimationWorker(-1),
260 wait_for_thread(fAnimationWorker, NULL);
561 fAnimationWorker = spawn_thread(&_AnimateWaitIconWorker,
564 if (fAnimationWorker < B_NO_ERROR)
568 if (resume_thread(fAnimationWorker) != B_OK)
572 wait_for_thread(fAnimationWorker, NULL);
635 thread_id fAnimationWorker; member in class:ShutdownProcess::ShutdownWindow

Completed in 43 milliseconds