Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h101 bool IsStateDetached(int state);
H A Dsanitizer_posix_libcdep.cc516 bool IsStateDetached(int state) { in IsStateDetached() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc398 IsStateDetached(detached)); in INTERCEPTOR()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1012 int tid = ThreadCreate(thr, pc, *(uptr*)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()