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 in function:__tsan::ThreadContext::OnJoined
44 AcquireImpl(caller_thr, 0, &sync);
45 sync.Reset(&caller_thr->proc()->clock_cache);
tsan_rtl_thread.cc 43 ThreadState *caller_thr = static_cast<ThreadState *>(arg); local in function:__tsan::ThreadContext::OnJoined
44 AcquireImpl(caller_thr, 0, &sync);
45 sync.Reset(&caller_thr->proc()->clock_cache);

Completed in 22 milliseconds