Home
last modified time | relevance | path

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

/btstack/platform/wiced/
H A Dbtstack_run_loop_wiced.c61 } function_call_t; typedef
83 function_call_t message; in btstack_run_loop_wiced_execute_on_main_thread_new()
91 function_call_t message; in btstack_run_loop_wiced_execute_code_on_main_thread()
115 function_call_t message = { NULL, NULL }; in btstack_run_loop_wiced_execute()
132 wiced_rtos_init_queue(&btstack_run_loop_queue, "BTstack Run Loop", sizeof(function_call_t), 5); in btstack_run_loop_wiced_btstack_run_loop_init()
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c77 } function_call_t; typedef
90 #define RUN_LOOP_QUEUE_ITEM_SIZE sizeof(function_call_t)
177 function_call_t message = { NULL, NULL }; in btstack_run_loop_freertos_execute()
236 …run loop init, task %p, queue item size %u", btstack_run_loop_task, (int) sizeof(function_call_t)); in btstack_run_loop_freertos_init()
283 function_call_t message; in btstack_run_loop_freertos_execute_code_on_main_thread()