HomeSort by: relevance | last modified time | path
    Searched refs:__interceptor_pthread_rwlock_rdlock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix_util.h 35 #define __interceptor_pthread_rwlock_rdlock wrap_pthread_rwlock_rdlock macro
66 extern "C" int __interceptor_pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
tsan_test_util_posix.cc 177 CHECK_EQ(__interceptor_pthread_rwlock_rdlock((pthread_rwlock_t*)mtx_), 0);

Completed in 12 milliseconds