Searched defs:pthread_mutex_unlock (Results 1 – 6 of 6) sorted by relevance
155 #define pthread_mutex_unlock _pthread_mutex_unlock macro
48 #pragma weak pthread_mutex_unlock macro49 #define pthread_mutex_unlock(mtx) do {\ macro
65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() argument
158 #define pthread_mutex_unlock _pthread_mutex_unlock macro
198 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *mutex) { in INTERCEPTOR() argument
1386 TSAN_INTERCEPTOR(int, pthread_mutex_unlock, void *m) { in TSAN_INTERCEPTOR() argument