Searched refs:mStopForDestroyLock (Results 1 – 2 of 2) sorted by relevance
334 Mutex::Autolock _l(mStopForDestroyLock); in preDestroy()336 mStopForDestroyCondition.wait(mStopForDestroyLock); in preDestroy()359 Mutex::Autolock _l(mStopForDestroyLock); in onStopForDestroy()
120 Mutex mStopForDestroyLock; variable