Home | History | Annotate | Download | only in source

Lines Matching defs:dng_mutex

9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_mutex.h#2 $ */ 
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);