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

/system/core/libcutils/
H A Dselector.c43 pthread_mutex_t inSelectLock; member in struct:Selector
59 pthread_mutex_lock(&selector->inSelectLock);
61 pthread_mutex_unlock(&selector->inSelectLock);
65 pthread_mutex_lock(&selector->inSelectLock);
67 pthread_mutex_unlock(&selector->inSelectLock);
107 pthread_mutex_init(&selector->inSelectLock, NULL);

Completed in 24 milliseconds