Home
last modified time | relevance | path

Searched defs: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
1195 ScopedInterceptor *si;
1196 ThreadState *thr;
1197 uptr pc;
1198 void *m;
1199 void *c;
1200 const Fn &fn;
1202 int Cancel() const { return fn(); } in Cancel()