Home
last modified time | relevance | path

Searched defs:total (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_sync/
Dmutex.c87 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
133 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
191 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c190 uint total = timeouts[i].fired_count + timeouts[i].cancelled; in main() local