Searched refs:cycle_before_exit (Results 1 – 1 of 1) sorted by relevance
30 static uint32_t cycle_before_exit; variable43 cycle_before_exit = portGET_RUN_TIME_COUNTER_VALUE(); in software_isr_using_parameter_vportyield()57 cycle_before_exit = portGET_RUN_TIME_COUNTER_VALUE(); in software_isr_using_no_argument_vportyield()67 delta_exit_cycles += portGET_RUN_TIME_COUNTER_VALUE() - cycle_before_exit; in test_task()