Searched defs:RunState (Results 1 – 2 of 2) sorted by relevance
217 struct RunState { in RunLockedAndUnref() struct218 explicit RunState(PartyWakeup first) : first{first}, next{} {} in RunLockedAndUnref() function219 PartyWakeup first; in RunLockedAndUnref()220 PartyWakeup next; in RunLockedAndUnref()221 GPR_ATTRIBUTE_ALWAYS_INLINE_FUNCTION void Run() { in RunLockedAndUnref()
7534 enum RunState { enum in Catch::TestCaseTracking::TrackerContext