Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1141 struct CondMutexUnlockCtx { struct
1142 ScopedInterceptor *si;
1143 ThreadState *thr;
1144 uptr pc;
1145 void *m;
1146 void *c;
1147 const Fn &fn;
1149 int Cancel() const { return fn(); } in Cancel()