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.cpp1261 struct CondMutexUnlockCtx { struct
1262 ScopedInterceptor *si;
1263 ThreadState *thr;
1264 uptr pc;
1265 void *m;
1266 void *c;
1267 const Fn &fn;
1269 int Cancel() const { return fn(); } in Cancel()