Searched refs:fMutex (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dmutex.h57 UMutex *fMutex; member in class:Mutex
64 : fMutex(mutex)
66 umtx_lock(fMutex);
71 umtx_unlock(fMutex);
H A Dumutex.h183 pthread_mutex_t fMutex; member in struct:UMutex
192 void *fMutex; member in struct:UMutex
H A Dumutex.cpp180 int sysErr = pthread_mutex_lock(&mutex->fMutex);
183 pthread_mutex_lock(&mutex->fMutex);
200 int sysErr = pthread_mutex_unlock(&mutex->fMutex);
203 pthread_mutex_unlock(&mutex->fMutex);
H A Dserv.cpp405 : fMutex(mutex)
408 if (fActive) umtx_lock(fMutex);
411 if (fActive) umtx_unlock(fMutex);
415 UMutex *fMutex; member in class:XMutex
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVLib.h47 pthread_mutex_t fMutex; // lock this before updating globals member in struct:_syncStruct
H A DDVLib.c1157 pthread_mutex_init(&dvThread->fRequestSyncer.fMutex, NULL);
1331 pthread_mutex_destroy(&dvThread->fRequestSyncer.fMutex);
1352 pthread_mutex_lock(&sync->fMutex);
1354 pthread_mutex_unlock(&sync->fMutex);
1371 pthread_mutex_lock(&sync->fMutex);
1373 pthread_cond_wait(&sync->fSyncCond, &sync->fMutex);
1375 pthread_mutex_unlock(&sync->fMutex);
1391 pthread_mutex_lock(&sync->fMutex);
1405 pthread_mutex_unlock(&sync->fMutex);

Completed in 99 milliseconds