Searched refs:pthread_mutex_unlock (Results 1 – 2 of 2) sorted by relevance
72 int pthread_mutex_unlock(pthread_mutex_t* mutex) { in pthread_mutex_unlock() function
2012 #define RELEASE_LOCK(lk) pthread_mutex_unlock(lk)