Searched defs:CondMutexUnlockCtx (Results 1 – 1 of 1) sorted by relevance
1194 struct CondMutexUnlockCtx { struct1195 ScopedInterceptor *si;1196 ThreadState *thr;1197 uptr pc;1198 void *m;1199 void *c;1200 const Fn &fn;1202 int Cancel() const { return fn(); } in Cancel()