Searched refs:ExecState (Results 1 – 2 of 2) sorted by relevance
215 Mutexed<ExecState>::Locked state(mExecState); in setListener_vb()231 Mutexed<ExecState>::Locked state(mExecState); in queue_nb()260 Mutexed<ExecState>::Locked state(mExecState); in flush_sm()289 Mutexed<ExecState>::Locked state(mExecState); in drain_nb()308 Mutexed<ExecState>::Locked state(mExecState); in start()333 Mutexed<ExecState>::Locked state(mExecState); in stop()357 Mutexed<ExecState>::Locked state(mExecState); in reset()503 Mutexed<ExecState>::Locked state(mExecState); in processQueue()514 Mutexed<ExecState>::Locked state(mExecState); in processQueue()553 Mutexed<ExecState>::Locked state(mExecState); in processQueue()[all …]
192 struct ExecState { struct193 ExecState() : mState(UNINITIALIZED) {} in ExecState() function198 Mutexed<ExecState> mExecState; argument