Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1194 struct CondMutexUnlockCtx { struct
1207 void CondMutexUnlockCtx<Fn>::Unlock() const { in Unlock()
1240 CondMutexUnlockCtx<Fn> arg = {si, thr, pc, m, c, fn}; in cond_wait()
1243 return ((const CondMutexUnlockCtx<Fn> *)arg)->Cancel(); in cond_wait()
1245 [](void *arg) { ((const CondMutexUnlockCtx<Fn> *)arg)->Unlock(); }, in cond_wait()