Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp133 static THREADLOCAL NsanThread *nsan_current_thread; variable
135 NsanThread *__nsan::GetCurrentThread() { return nsan_current_thread; } in GetCurrentThread()
139 CHECK_EQ(0, nsan_current_thread); in SetCurrentThread()
140 nsan_current_thread = t; in SetCurrentThread()
153 nsan_current_thread = nullptr; in NsanTSDDtor()