Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1208 struct CondMutexUnlockCtx { struct
1209 ScopedInterceptor *si;
1210 ThreadState *thr;
1211 uptr pc;
1212 void *m;
1213 void *c;
1214 const Fn &fn;
1216 int Cancel() const { return fn(); } in Cancel()