Home
last modified time | relevance | path

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

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