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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h103 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 auto *R = (StackAllocationsRingBuffer *)GetCurrentThreadLongPtr();
H A Dhwasan_thread.cpp44 uptr *ThreadLong = GetCurrentThreadLongPtr();

Completed in 51 milliseconds