Searched refs:ThreadSelfTlsTcb (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp406 static struct tls_tcb * ThreadSelfTlsTcb() { function in namespace:__sanitizer
411 return (uptr)ThreadSelfTlsTcb()->tcb_pthread;
458 struct tls_tcb * const tcb = ThreadSelfTlsTcb();

Completed in 97 milliseconds