Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context.h158 void (*acquire_lock_blocking)(async_context_t *self); member
207 context->type->acquire_lock_blocking(context); in async_context_acquire_lock_blocking()
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_poll.c60 .acquire_lock_blocking = noop,
A Dasync_context_freertos.c282 .acquire_lock_blocking = async_context_freertos_acquire_lock_blocking,
A Dasync_context_threadsafe_background.c355 .acquire_lock_blocking = async_context_threadsafe_background_acquire_lock_blocking,

Completed in 7 milliseconds