Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h30 #define __interceptor_pthread_rwlock_init wrap_pthread_rwlock_init macro
60 extern "C" int __interceptor_pthread_rwlock_init(
H A Dtsan_test_util_posix.cc111 CHECK_EQ(__interceptor_pthread_rwlock_init((pthread_rwlock_t*)mtx_, 0), 0); in Init()