Home
last modified time | relevance | path

Searched refs:caller_thr (Results 1 – 2 of 2) 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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp42 ThreadState *caller_thr = static_cast<ThreadState *>(arg); in OnJoined() local
43 AcquireImpl(caller_thr, 0, &sync); in OnJoined()
44 sync.Reset(&caller_thr->proc()->clock_cache); in OnJoined()