Searched refs:op_execution_state (Results 1 – 1 of 1) sorted by relevance
282 OpExecutionState* op_execution_state = nullptr; in Run() local288 op_execution_state = new OpExecutionState; in Run()289 params.cancellation_manager = &op_execution_state->cancellation_manager; in Run()290 params.inc_num_deferred_ops_function = [op_execution_state]() { in Run()291 op_execution_state->Ref(); in Run()293 params.dec_num_deferred_ops_function = [op_execution_state]() { in Run()294 op_execution_state->Unref(); in Run()325 if (op_execution_state != nullptr) { in Run()326 op_execution_state->Unref(); in Run()