Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_freertos.c81 if (self->task_handle) { in async_context_freertos_wake_up()
83 vTaskNotifyGiveFromISR(self->task_handle, NULL); in async_context_freertos_wake_up()
89 if (xTaskGetCurrentTaskHandle() != self->task_handle) { in async_context_freertos_wake_up()
90 xTaskNotifyGive(self->task_handle); in async_context_freertos_wake_up()
124 config->task_priority, &self->task_handle)) { in async_context_freertos_init()
134 vTaskCoreAffinitySet(self->task_handle, 1u << core_id); in async_context_freertos_init()
148 if (self->task_handle) { in async_context_freertos_deinit()
217 if (self->task_handle != xTaskGetCurrentTaskHandle()) { in async_context_freertos_release_lock()
/external/platform/pico/rp2_common/pico_flash/
A Dflash.c147 TaskHandle_t task_handle; in default_enter_safe_zone_timeout_ms() local
148 …lash_lockout_task, "flash lockout", configMINIMAL_STACK_SIZE, (void *)core_num, 0, &task_handle)) { in default_enter_safe_zone_timeout_ms()
154 vTaskCoreAffinitySet(task_handle, 1u << (core_num ^ 1)); in default_enter_safe_zone_timeout_ms()
156 vTaskPrioritySet(task_handle, configMAX_PRIORITIES -1); in default_enter_safe_zone_timeout_ms()
/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context_freertos.h64 TaskHandle_t task_handle; member

Completed in 5 milliseconds