Searched refs:op_state (Results 1 – 1 of 1) sorted by relevance
142 struct op_state { struct165 struct op_state state; argument187 struct op_state state;806 struct stream_obj* s, struct op_state* op_state, in op_can_be_run() argument808 struct op_state* stream_state = &s->state; in op_can_be_run()839 if (op_id == OP_RECV_MESSAGE && op_state->state_op_done[OP_RECV_MESSAGE]) { in op_can_be_run()877 if (op_state->state_op_done[OP_SEND_MESSAGE]) result = false; in op_can_be_run()883 if (op_state->state_op_done[OP_RECV_MESSAGE]) result = false; in op_can_be_run()923 if (op_state->state_op_done[OP_ON_COMPLETE]) { in op_can_be_run()937 !op_state->state_op_done[OP_SEND_MESSAGE]) { in op_can_be_run()[all …]