Home
last modified time | relevance | path

Searched refs:innermostMutex (Results 1 – 1 of 1) sorted by relevance

/external/dng_sdk/source/
Ddng_mutex.cpp141 dng_mutex *innermostMutex = gInnermostMutexHolder.GetInnermostMutex (); in Lock() local
143 if (innermostMutex != NULL) in Lock()
146 if (innermostMutex == this) in Lock()
155 bool lockOrderPreserved = fMutexLevel > innermostMutex->fMutexLevel /* || in Lock()
167 innermostMutex->MutexName ()); in Lock()
177 fPrevHeldMutex = innermostMutex; in Lock()
316 dng_mutex *innermostMutex = gInnermostMutexHolder.GetInnermostMutex (); in Wait() local
318 DNG_ASSERT (innermostMutex == &mutex, "Attempt to wait on non-innermost mutex."); in Wait()
320 innermostMutex = mutex.fPrevHeldMutex; in Wait()
322 gInnermostMutexHolder.SetInnermostMutex (innermostMutex); in Wait()
[all …]