Home
last modified time | relevance | path

Searched refs:__interceptor_pthread_rwlock_trywrlock (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.h32 #define __interceptor_pthread_rwlock_trywrlock wrap_pthread_rwlock_trywrlock macro
63 extern "C" int __interceptor_pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
H A Dtsan_test_util_posix.cc158 return __interceptor_pthread_rwlock_trywrlock((pthread_rwlock_t*)mtx_) == 0; in TryLock()