Home
last modified time | relevance | path

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

/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c234 btstack_run_loop_task = xTaskGetCurrentTaskHandle(); in btstack_run_loop_freertos_init()
278 if (xTaskGetCurrentTaskHandle() == btstack_run_loop_task){ in btstack_run_loop_freertos_execute_code_on_main_thread()
/btstack/test/embedded/
H A Dtask.h2 TaskHandle_t xTaskGetCurrentTaskHandle( void );
H A Dfreertos_test.cpp108 TaskHandle_t xTaskGetCurrentTaskHandle( void ){ in xTaskGetCurrentTaskHandle() function