Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp406 static struct tls_tcb * ThreadSelfTlsTcb() { in ThreadSelfTlsTcb() function
417 return (uptr)ThreadSelfTlsTcb()->tcb_pthread; in ThreadSelf()
520 struct tls_tcb * const tcb = ThreadSelfTlsTcb(); in GetTls()