Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context.h161 uint32_t (*execute_sync)(async_context_t *context, uint32_t (*func)(void *param), void *param); member
256 return context->type->execute_sync(context, func, param); in async_context_execute_sync()
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_poll.c63 .execute_sync = async_context_poll_execute_sync,
A Dasync_context_freertos.c285 .execute_sync = async_context_freertos_execute_sync,
A Dasync_context_threadsafe_background.c358 .execute_sync = async_context_threadsafe_background_execute_sync,

Completed in 7 milliseconds