Searched refs:pthread_mutex_trylock (Results 1 – 2 of 2) sorted by relevance
68 int pthread_mutex_trylock(pthread_mutex_t* mutex) { in pthread_mutex_trylock() function
2013 #define TRY_LOCK(lk) (!pthread_mutex_trylock(lk))