HomeSort by: relevance | last modified time | path
    Searched defs:caller_thr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 43 ThreadState *caller_thr = static_cast<ThreadState *>(arg); local
44 AcquireImpl(caller_thr, 0, &sync);
45 sync.Reset(&caller_thr->proc()->clock_cache);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp 298 ThreadState *caller_thr = static_cast<ThreadState *>(arg); local
299 AcquireImpl(caller_thr, 0, &sync);
300 sync.Reset(&caller_thr->proc()->clock_cache);

Completed in 19 milliseconds