Home
last modified time | relevance | path

Searched defs: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
1184 ScopedInterceptor *si;
1185 ThreadState *thr;
1186 uptr pc;
1187 void *m;
1188 void *c;
1189 const Fn &fn;
1191 int Cancel() const { return fn(); } in Cancel()