Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c21 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() function
233 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,