Lines Matching refs:innermostMutex
141 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()
350 mutex.fPrevHeldMutex = innermostMutex; in Wait()