Home
last modified time | relevance | path

Searched defs:GetCurrentThreadLongPtr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_linux.cpp294 uptr *GetCurrentThreadLongPtr() { return (uptr *)get_android_tls_ptr(); } in GetCurrentThreadLongPtr() function
296 uptr *GetCurrentThreadLongPtr() { return &__hwasan_tls; } in GetCurrentThreadLongPtr() function
H A Dhwasan_fuchsia.cpp85 uptr *GetCurrentThreadLongPtr() { return &__hwasan_tls; } in GetCurrentThreadLongPtr() function