Home
last modified time | relevance | path

Searched refs:__pthread_mutex_unlock (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1426 TSAN_INTERCEPTOR(int, __pthread_mutex_unlock, void *m) { in TSAN_INTERCEPTOR() argument
1427 SCOPED_TSAN_INTERCEPTOR(__pthread_mutex_unlock, m); in TSAN_INTERCEPTOR()
1429 int res = REAL(__pthread_mutex_unlock)(m); in TSAN_INTERCEPTOR()
2948 TSAN_INTERCEPT(__pthread_mutex_unlock); in InitializeInterceptors()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt967 fun:__pthread_mutex_unlock=uninstrumented