Home
last modified time | relevance | path

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

/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c66 static int btstack_run_loop_posix_data_sources_modified; variable
92 btstack_run_loop_posix_data_sources_modified = 1; in btstack_run_loop_posix_add_data_source()
100 btstack_run_loop_posix_data_sources_modified = 1; in btstack_run_loop_posix_remove_data_source()
220 btstack_run_loop_posix_data_sources_modified = 0; in btstack_run_loop_posix_execute()
222 …while (btstack_linked_list_iterator_has_next(&it) && !btstack_run_loop_posix_data_sources_modified in btstack_run_loop_posix_execute()
229 if (btstack_run_loop_posix_data_sources_modified) break; in btstack_run_loop_posix_execute()