Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h23 #define __interceptor_pthread_detach wrap_pthread_detach macro
50 extern "C" int __interceptor_pthread_detach(pthread_t thread);
H A Dtsan_test_util_posix.cpp409 __interceptor_pthread_detach(impl_->thread); in Detach()