Searched refs:async_context_freertos_release_lock (Results 1 – 1 of 1) sorted by relevance
22 static void async_context_freertos_release_lock(async_context_t *self_base);73 async_context_freertos_release_lock(&self->core); in async_context_task()209 void async_context_freertos_release_lock(async_context_t *self_base) { in async_context_freertos_release_lock() function235 async_context_freertos_release_lock(self_base); in async_context_freertos_add_at_time_worker()242 async_context_freertos_release_lock(self_base); in async_context_freertos_remove_at_time_worker()249 async_context_freertos_release_lock(self_base); in async_context_freertos_add_when_pending_worker()256 async_context_freertos_release_lock(self_base); in async_context_freertos_remove_when_pending_worker()283 .release_lock = async_context_freertos_release_lock,