Searched defs:CondMutexUnlockCtx (Results 1 – 1 of 1) sorted by relevance
1183 struct CondMutexUnlockCtx { struct1184 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()