Home
last modified time | relevance | path

Searched refs:before_sched (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_scheduling_time.c16 uint32_t before_sched; member
25 context->before_sched = portGET_RUN_TIME_COUNTER_VALUE(); in test_task_1()
41 accumulator += (portGET_RUN_TIME_COUNTER_VALUE() - context->before_sched); in test_task_2()