OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_android_tls_ptr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_linux.cc
378
ThreadState* thr = reinterpret_cast<ThreadState*>(*
get_android_tls_ptr
());
384
thr = reinterpret_cast<ThreadState*>(*
get_android_tls_ptr
());
388
*
get_android_tls_ptr
() = reinterpret_cast<uptr>(thr);
410
ThreadState* thr = reinterpret_cast<ThreadState*>(*
get_android_tls_ptr
());
412
*
get_android_tls_ptr
() = reinterpret_cast<uptr>(dead_thread_state);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_linux.cpp
499
ThreadState* thr = reinterpret_cast<ThreadState*>(*
get_android_tls_ptr
());
505
thr = reinterpret_cast<ThreadState*>(*
get_android_tls_ptr
());
509
*
get_android_tls_ptr
() = reinterpret_cast<uptr>(thr);
527
*
get_android_tls_ptr
() = reinterpret_cast<uptr>(thr);
535
ThreadState* thr = reinterpret_cast<ThreadState*>(*
get_android_tls_ptr
());
537
*
get_android_tls_ptr
() = reinterpret_cast<uptr>(dead_thread_state);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h
142
ALWAYS_INLINE uptr *
get_android_tls_ptr
() {
function in namespace:__sanitizer
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.h
163
ALWAYS_INLINE uptr *
get_android_tls_ptr
() {
function in namespace:__sanitizer
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_linux.cpp
294
uptr *GetCurrentThreadLongPtr() { return (uptr *)
get_android_tls_ptr
(); }
306
if (*(uptr *)
get_android_tls_ptr
() != kMagicValue) {
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026