Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp19 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s);
30 DDMutexInit(thr, pc, this); in Init()
H A Dtsan_rtl_mutex.cpp44 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit() function