Searched defs:pthread_mutex_lock (Results 1 – 5 of 5) sorted by relevance
44 #pragma weak pthread_mutex_lock macro 45 #define pthread_mutex_lock(mtx) do {\ macro
49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() argument
154 #define pthread_mutex_lock _pthread_mutex_lock macro
1341 TSAN_INTERCEPTOR(int,pthread_mutex_lock,void * m) TSAN_INTERCEPTOR() argument