Home
last modified time | relevance | path

Searched refs:caller_thr (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc43 ThreadState *caller_thr = static_cast<ThreadState *>(arg); in OnJoined() local
44 AcquireImpl(caller_thr, 0, &sync); in OnJoined()
45 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined()