Searched refs:async_context_freertos_acquire_lock_blocking (Results 1 – 1 of 1) sorted by relevance
21 static void async_context_freertos_acquire_lock_blocking(async_context_t *self_base);71 async_context_freertos_acquire_lock_blocking(&self->core); in async_context_task()163 void async_context_freertos_acquire_lock_blocking(async_context_t *self_base) { in async_context_freertos_acquire_lock_blocking() function233 async_context_freertos_acquire_lock_blocking(self_base); in async_context_freertos_add_at_time_worker()240 async_context_freertos_acquire_lock_blocking(self_base); in async_context_freertos_remove_at_time_worker()247 async_context_freertos_acquire_lock_blocking(self_base); in async_context_freertos_add_when_pending_worker()254 async_context_freertos_acquire_lock_blocking(self_base); in async_context_freertos_remove_when_pending_worker()282 .acquire_lock_blocking = async_context_freertos_acquire_lock_blocking,