Searched defs:pthread_mutex_unlock (Results 1 – 2 of 2) sorted by relevance
68 int pthread_mutex_unlock(pthread_mutex_t *mutex) in pthread_mutex_unlock() function
55 #pragma weak pthread_mutex_unlock macro56 #define pthread_mutex_unlock(mtx) do {\ macro