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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp44 uptr *ThreadLong = GetCurrentThreadLongPtr();
98 *GetCurrentThreadLongPtr() = 0;
H A Dhwasan_thread.h89 uptr *GetCurrentThreadLongPtr();
H A Dhwasan_linux.cpp328 uptr *GetCurrentThreadLongPtr() { function in namespace:__hwasan
332 uptr *GetCurrentThreadLongPtr() { function in namespace:__hwasan
340 uptr *tls_ptr = GetCurrentThreadLongPtr();
357 uptr *ThreadLongPtr = GetCurrentThreadLongPtr();

Completed in 210 milliseconds