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

/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp256 pthread_cond_t eventCacheCondition; variable
265 pthread_cond_signal(&eventCacheCondition);
285 pthread_cond_wait(&eventCacheCondition, &eventCacheMutex);
1203 pthread_cond_init(&eventCacheCondition, NULL);

Completed in 171 milliseconds