Searched refs:fConditionMutex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadUtils_pthread.cpp18 pthread_mutex_init(&fConditionMutex, NULL);
21 pthread_mutex_destroy(&fConditionMutex);
25 pthread_mutex_lock(&fConditionMutex);
28 pthread_mutex_unlock(&fConditionMutex);
31 pthread_mutex_lock(&fConditionMutex);
33 pthread_cond_wait(&fCondition, &fConditionMutex);
35 pthread_mutex_unlock(&fConditionMutex);
39 pthread_mutex_lock(&fConditionMutex);
41 pthread_mutex_unlock(&fConditionMutex);
H A DSkThreadUtils_pthread.h24 pthread_mutex_t fConditionMutex; member in class:PThreadEvent
/external/skia/src/utils/
H A DSkThreadUtils_pthread.cpp18 pthread_mutex_init(&fConditionMutex, NULL);
21 pthread_mutex_destroy(&fConditionMutex);
25 pthread_mutex_lock(&fConditionMutex);
28 pthread_mutex_unlock(&fConditionMutex);
31 pthread_mutex_lock(&fConditionMutex);
33 pthread_cond_wait(&fCondition, &fConditionMutex);
35 pthread_mutex_unlock(&fConditionMutex);
39 pthread_mutex_lock(&fConditionMutex);
41 pthread_mutex_unlock(&fConditionMutex);
H A DSkThreadUtils_pthread.h24 pthread_mutex_t fConditionMutex; member in class:PThreadEvent

Completed in 299 milliseconds