HomeSort by: relevance | last modified time | path
    Searched refs:get_android_tls_ptr (Results 1 - 2 of 2) 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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h 142 ALWAYS_INLINE uptr *get_android_tls_ptr() { function in namespace:__sanitizer

Completed in 12 milliseconds