Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h105 bool IsStateDetached(int state);
H A Dsanitizer_posix_libcdep.cpp518 bool IsStateDetached(int state) { in IsStateDetached() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp274 return attr && !pthread_attr_getdetachstate(attr, &d) && IsStateDetached(d); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp448 return attr && !pthread_attr_getdetachstate(attr, &d) && IsStateDetached(d); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp254 IsStateDetached(d); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1062 p.tid = ThreadCreate(thr, pc, *(uptr *)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()