Home
last modified time | relevance | path

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

/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c99 static TaskHandle_t btstack_run_loop_task; variable
123 xTaskNotify(btstack_run_loop_task, EVENT_GROUP_FLAG_RUN_LOOP, eSetBits); in btstack_run_loop_freertos_trigger_from_thread()
133 …xTaskNotifyFromISR(btstack_run_loop_task, EVENT_GROUP_FLAG_RUN_LOOP, eSetBits, &xHigherPriorityTas… in btstack_run_loop_freertos_poll_data_sources_from_irq()
234 btstack_run_loop_task = xTaskGetCurrentTaskHandle(); in btstack_run_loop_freertos_init()
236 …log_info("run loop init, task %p, queue item size %u", btstack_run_loop_task, (int) sizeof(functio… in btstack_run_loop_freertos_init()
278 if (xTaskGetCurrentTaskHandle() == btstack_run_loop_task){ in btstack_run_loop_freertos_execute_code_on_main_thread()