Searched refs:eventCacheMutex (Results 1 – 1 of 1) sorted by relevance
907 pthread_mutex_t eventCacheMutex; variable910 pthread_mutex_lock(&eventCacheMutex); in putEventInCache()920 pthread_mutex_unlock(&eventCacheMutex); in putEventInCache()924 pthread_mutex_lock(&eventCacheMutex); in getEventFromCache()932 pthread_mutex_unlock(&eventCacheMutex); in getEventFromCache()935 pthread_cond_wait(&eventCacheCondition, &eventCacheMutex); in getEventFromCache()9863 pthread_mutex_init(&eventCacheMutex, NULL); in main()