Searched refs:pthread_mutex_destroy (Results 1 – 2 of 2) sorted by relevance
60 int pthread_mutex_destroy(pthread_mutex_t* mutex) { in pthread_mutex_destroy() function
2015 #define DESTROY_LOCK(lk) pthread_mutex_destroy(lk)