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