Searched refs:mWorkerThreadIdle (Results 1 – 2 of 2) sorted by relevance
320 : Context(renderer), mWorkerThreadIdle(false) in CommandProcessor()387 mWorkerThreadIdle = true; in processTasksImpl()392 mWorkerThreadIdle = false; in processTasksImpl()403 mWorkerThreadIdle = true; in processTasksImpl()521 mWorkerIdleCondition.wait(lock, [this] { return (mTasks.empty() && mWorkerThreadIdle); }); in waitForWorkComplete()598 mWorkerIdleCondition.wait(lock, [this] { return (mTasks.empty() && mWorkerThreadIdle); }); in handleDeviceLost()
545 bool mWorkerThreadIdle; variable