Searched refs:timeout_next_timer_ms (Results 1 – 3 of 3) sorted by relevance
128 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_chibios_execute() local130 if (timeout_next_timer_ms > 0){ in btstack_run_loop_chibios_execute()131 chEvtWaitOneTimeout(EVT_TRIGGER, chTimeMS2I(timeout_next_timer_ms)); in btstack_run_loop_chibios_execute()
108 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_wiced_execute() local110 if (timeout_next_timer_ms >= 0){ in btstack_run_loop_wiced_execute()111 timeout_ms = (uint32_t) timeout_next_timer_ms; in btstack_run_loop_wiced_execute()
193 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_freertos_execute() local196 if (timeout_next_timer_ms >= 0){ in btstack_run_loop_freertos_execute()197 timeout_ms = (uint32_t) timeout_next_timer_ms; in btstack_run_loop_freertos_execute()