Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h29 #define __interceptor_pthread_rwlock_init wrap_pthread_rwlock_init macro
59 extern "C" int __interceptor_pthread_rwlock_init(
H A Dtsan_test_util_posix.cpp108 CHECK_EQ(__interceptor_pthread_rwlock_init((pthread_rwlock_t*)mtx_, 0), 0); in Init()