Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc41 #define __interceptor_pthread_detach wrap_pthread_detach macro
63 extern "C" int __interceptor_pthread_detach(pthread_t thread);
437 __interceptor_pthread_detach(impl_->thread); in Detach()