Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h30 #define __interceptor_pthread_rwlock_destroy wrap_pthread_rwlock_destroy macro
61 extern "C" int __interceptor_pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
H A Dtsan_test_util_posix.cpp131 CHECK_EQ(__interceptor_pthread_rwlock_destroy((pthread_rwlock_t*)mtx_), 0); in Destroy()