Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp907 pthread_mutex_t eventCacheMutex; variable
910 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()