Searched refs:ExecState (Results 1 – 2 of 2) sorted by relevance
820 Mutexed<ExecState>::Locked state(mExecState); in setListener_vb()836 Mutexed<ExecState>::Locked state(mExecState); in queue_nb()865 Mutexed<ExecState>::Locked state(mExecState); in flush_sm()894 Mutexed<ExecState>::Locked state(mExecState); in drain_nb()913 Mutexed<ExecState>::Locked state(mExecState); in start()938 Mutexed<ExecState>::Locked state(mExecState); in stop()962 Mutexed<ExecState>::Locked state(mExecState); in reset()1108 Mutexed<ExecState>::Locked state(mExecState); in processQueue()1119 Mutexed<ExecState>::Locked state(mExecState); in processQueue()1158 Mutexed<ExecState>::Locked state(mExecState); in processQueue()[all …]
256 struct ExecState { struct257 ExecState() : mState(UNINITIALIZED) {} in ExecState() argument262 Mutexed<ExecState> mExecState; argument