Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c187 static void handle_sync_func_call(async_context_t *context, async_when_pending_worker_t *worker) { in handle_sync_func_call() function
197 call.worker.do_work = handle_sync_func_call; in async_context_freertos_execute_sync()
Dasync_context_threadsafe_background.c98 static void handle_sync_func_call(async_context_t *context, async_when_pending_worker_t *worker) { in handle_sync_func_call() function
144 call.worker.do_work = handle_sync_func_call; in async_context_threadsafe_background_execute_sync()