Searched refs:__interceptor_pthread_mutex_trylock (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h28 #define __interceptor_pthread_mutex_trylock wrap_pthread_mutex_trylock macro
57 extern "C" int __interceptor_pthread_mutex_trylock(pthread_mutex_t *mutex);
H A Dtsan_test_util_posix.cpp149 return __interceptor_pthread_mutex_trylock((pthread_mutex_t*)mtx_) == 0;

Completed in 65 milliseconds