Searched refs:ExecState (Results 1 – 2 of 2) sorted by relevance
76 Mutexed<ExecState>::Locked state(mExecState); in setListener_vb()92 Mutexed<ExecState>::Locked state(mExecState); in queue_nb()117 Mutexed<ExecState>::Locked state(mExecState); in flush_sm()149 Mutexed<ExecState>::Locked state(mExecState); in drain_nb()164 Mutexed<ExecState>::Locked state(mExecState); in start()212 Mutexed<ExecState>::Locked state(mExecState); in requestExitAndWait()230 Mutexed<ExecState>::Locked state(mExecState); in requestExitAndWait()241 Mutexed<ExecState>::Locked state(mExecState); in stop()266 Mutexed<ExecState>::Locked state(mExecState); in reset()315 Mutexed<ExecState>::Locked state(mExecState); in finish()[all …]
152 struct ExecState { struct153 ExecState() : mState(UNINITIALIZED) {} in ExecState() function159 Mutexed<ExecState> mExecState; argument