Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc47 #define __interceptor_pthread_rwlock_init wrap_pthread_rwlock_init macro
72 extern "C" int __interceptor_pthread_rwlock_init(
156 CHECK_EQ(__interceptor_pthread_rwlock_init((pthread_rwlock_t*)mtx_, 0), 0); in Init()