Searched refs:btstack_run_loop_base_timers (Results 1 – 4 of 4) sorted by relevance
63 btstack_linked_list_t btstack_run_loop_base_timers; variable68 btstack_run_loop_base_timers = NULL; in btstack_run_loop_base_init()90 … return btstack_linked_list_remove(&btstack_run_loop_base_timers, (btstack_linked_item_t *) timer); in btstack_run_loop_base_remove_timer()95 for (it = (btstack_linked_item_t *) &btstack_run_loop_base_timers; it->next ; it = it->next){ in btstack_run_loop_base_add_timer()124 while (btstack_run_loop_base_timers) { in btstack_run_loop_base_process_timers()125 btstack_timer_source_t * timer = (btstack_timer_source_t *) btstack_run_loop_base_timers; in btstack_run_loop_base_process_timers()137 for (it = (btstack_linked_item_t *) btstack_run_loop_base_timers; it ; it = it->next){ in btstack_run_loop_base_dump_timer()149 if (btstack_run_loop_base_timers == NULL) return -1; in btstack_run_loop_base_get_time_until_timeout()150 btstack_timer_source_t * timer = (btstack_timer_source_t *) btstack_run_loop_base_timers; in btstack_run_loop_base_get_time_until_timeout()
133 extern btstack_linked_list_t btstack_run_loop_base_timers;
62 CHECK(btstack_run_loop_base_timers != NULL); in TEST()65 CHECK(btstack_run_loop_base_timers == NULL); in TEST()76 CHECK(btstack_run_loop_base_timers != NULL); in TEST()86 CHECK(btstack_run_loop_base_timers == NULL); in TEST()
357 for (it = (btstack_linked_item_t *) btstack_run_loop_base_timers; it ; it = it->next){ in btstack_run_loop_qt_dump_timer()