Lines Matching refs:dng_mutex
35 class dng_mutex
45 dng_mutex (const char *mutexName,
48 virtual ~dng_mutex ();
66 dng_mutex *fPrevHeldMutex;
78 dng_mutex (const dng_mutex &mutex);
80 dng_mutex & operator= (const dng_mutex &mutex);
91 dng_mutex *fMutex;
95 dng_lock_mutex (dng_mutex *mutex);
116 dng_mutex *fMutex;
120 dng_unlock_mutex (dng_mutex *mutex);
149 bool Wait (dng_mutex &mutex, double timeoutSecs = -1.0);