Searched refs:pthread_mutex_lock (Results 1 – 2 of 2) sorted by relevance
64 int pthread_mutex_lock(pthread_mutex_t* mutex) { in pthread_mutex_lock() function
2011 #define ACQUIRE_LOCK(lk) pthread_mutex_lock(lk)