Searched refs:btstack_run_loop_base_get_time_until_timeout (Results 1 – 10 of 10) sorted by relevance
78 int next_timeout = btstack_run_loop_base_get_time_until_timeout(now_1); in TEST()81 next_timeout = btstack_run_loop_base_get_time_until_timeout(now_3); in TEST()88 next_timeout = btstack_run_loop_base_get_time_until_timeout(now_2); in TEST()103 next_timeout = btstack_run_loop_base_get_time_until_timeout(t1); in TEST()
231 int32_t next_timeout_before = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_qt_add_timer()233 int32_t next_timeout_after = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_qt_add_timer()248 int32_t next_timeout_before = btstack_run_loop_base_get_time_until_timeout(now); in processTimers()250 int32_t next_timeout_after = btstack_run_loop_base_get_time_until_timeout(now); in processTimers()
128 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); 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()
170 int32_t btstack_run_loop_base_get_time_until_timeout(uint32_t now);
148 int32_t btstack_run_loop_base_get_time_until_timeout(uint32_t now){ in btstack_run_loop_base_get_time_until_timeout() function
193 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_freertos_execute()
98 int32_t timeout_ms = btstack_run_loop_base_get_time_until_timeout(now_ms); in btstack_run_loop_windows_execute()
192 timeout.ticks = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_zephyr_execute()
206 int32_t delta_ms = btstack_run_loop_base_get_time_until_timeout(now_ms); in btstack_run_loop_posix_execute()