Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h105 bool IsStateDetached(int state);
H A Dsanitizer_posix_libcdep.cpp497 bool IsStateDetached(int state) { in IsStateDetached() function
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp471 int tid = ThreadCreate(GetCurrentThread(), IsStateDetached(detached)); in INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1056 p.tid = ThreadCreate(thr, pc, *(uptr *)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1061 p.tid = ThreadCreate(thr, pc, *(uptr *)th, IsStateDetached(detached)); in TSAN_INTERCEPTOR()