Home
last modified time | relevance | path

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

/btstack/test/embedded/
H A Drun_loop_base_test.cpp74 btstack_run_loop_base_process_timers(now_1); in TEST()
84 btstack_run_loop_base_process_timers(now_2); in TEST()
106 btstack_run_loop_base_process_timers(t2); in TEST()
109 btstack_run_loop_base_process_timers(t3); in TEST()
/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c122 btstack_run_loop_base_process_timers(now); in btstack_run_loop_chibios_execute()
/btstack/platform/embedded/
H A Dbtstack_run_loop_embedded.c126 btstack_run_loop_base_process_timers(now); in btstack_run_loop_embedded_execute_once()
/btstack/platform/wiced/
H A Dbtstack_run_loop_wiced.c105 btstack_run_loop_base_process_timers(now); in btstack_run_loop_wiced_execute()
/btstack/src/
H A Dbtstack_run_loop.h159 void btstack_run_loop_base_process_timers(uint32_t now);
H A Dbtstack_run_loop.c122 void btstack_run_loop_base_process_timers(uint32_t now){ in btstack_run_loop_base_process_timers() function
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c187 btstack_run_loop_base_process_timers(now); in btstack_run_loop_freertos_execute()
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c95 btstack_run_loop_base_process_timers(now_ms); in btstack_run_loop_windows_execute()
/btstack/port/zephyr/src/
H A Dmain.c188 btstack_run_loop_base_process_timers(now); in btstack_run_loop_zephyr_execute()
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c240 btstack_run_loop_base_process_timers(now_ms); in btstack_run_loop_posix_execute()
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp249 btstack_run_loop_base_process_timers(btstack_run_loop_qt_get_time_ms()); in processTimers()