Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dinterlck.c184 static pthread_mutex_t InterLock = PTHREAD_MUTEX_INITIALIZER; variable
193 pthread_mutex_lock(&InterLock); in osl_incrementInterlockedCount()
195 pthread_mutex_unlock(&InterLock); in osl_incrementInterlockedCount()
207 pthread_mutex_lock(&InterLock); in osl_decrementInterlockedCount()
209 pthread_mutex_unlock(&InterLock); in osl_decrementInterlockedCount()

Completed in 13 milliseconds