Searched refs:__pthread_mutex_unlock (Results 1 – 7 of 7) sorted by relevance
9 extern "C" int __pthread_mutex_unlock(pthread_mutex_t *__mutex);11 #define UNLOCK __pthread_mutex_unlock
380 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()391 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()412 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()424 __pthread_mutex_unlock(&spec->regex_lock); in compile_regex()
173 #define __pthread_mutex_unlock(LOCK) \ macro
220 __pthread_mutex_unlock(®ex->match_mutex); in regex_match()
4278 INTERCEPTOR(int, __pthread_mutex_unlock, void *m) {4280 COMMON_INTERCEPTOR_ENTER(ctx, __pthread_mutex_unlock, m);4282 int res = REAL(__pthread_mutex_unlock)(m);4291 COMMON_INTERCEPT_FUNCTION(__pthread_mutex_unlock)
967 fun:__pthread_mutex_unlock=uninstrumented