Searched refs:innermostMutex (Results 1 – 1 of 1) sorted by relevance
141 dng_mutex *innermostMutex = gInnermostMutexHolder.GetInnermostMutex (); in Lock() local143 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() local318 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 …]