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