HomeSort by relevance Sort by last modified time
    Searched refs:CurrentThreadContext (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.h 49 ThreadContext *CurrentThreadContext();
lsan_thread.cc 101 ThreadContext *CurrentThreadContext() {
128 CurrentThreadContext()->os_id = GetTid();
lsan_interceptors.cc 43 if (fast && (t = CurrentThreadContext())) { \

Completed in 345 milliseconds