Searched refs:fConditionMutex (Results 1 – 2 of 2) sorted by relevance
18 pthread_mutex_init(&fConditionMutex, nullptr); in PThreadEvent()21 pthread_mutex_destroy(&fConditionMutex); in ~PThreadEvent()25 pthread_mutex_lock(&fConditionMutex); in trigger()28 pthread_mutex_unlock(&fConditionMutex); in trigger()31 pthread_mutex_lock(&fConditionMutex); in wait()33 pthread_cond_wait(&fCondition, &fConditionMutex); in wait()35 pthread_mutex_unlock(&fConditionMutex); in wait()39 pthread_mutex_lock(&fConditionMutex); in isTriggered()41 pthread_mutex_unlock(&fConditionMutex); in isTriggered()
24 pthread_mutex_t fConditionMutex; variable