Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cc279 uptr *GetCurrentThreadLongPtr() { in GetCurrentThreadLongPtr() function
283 uptr *GetCurrentThreadLongPtr() { in GetCurrentThreadLongPtr() function
305 uptr *ThreadLong = GetCurrentThreadLongPtr(); in GetCurrentThread()
H A Dhwasan_thread.h105 uptr *GetCurrentThreadLongPtr();
H A Dhwasan_thread.cc36 uptr *ThreadLong = GetCurrentThreadLongPtr(); in Init()