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

/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp257 pthread_mutex_t eventCacheMutex; variable
260 pthread_mutex_lock(&eventCacheMutex);
270 pthread_mutex_unlock(&eventCacheMutex);
274 pthread_mutex_lock(&eventCacheMutex);
282 pthread_mutex_unlock(&eventCacheMutex);
285 pthread_cond_wait(&eventCacheCondition, &eventCacheMutex);
1204 pthread_mutex_init(&eventCacheMutex, NULL);

Completed in 50 milliseconds