Home | Sort by: relevance | last modified time | path |
/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); |