Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_threadsafe_background.c17 static void process_under_lock(async_context_threadsafe_background_t *self);
45async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_wake_up()
82async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_lock_check()
139 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)self_base; in async_context_threadsafe_background_execute_sync()
186 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)user_data; in alarm_handler()
229async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_deinit()
309async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_wait_for_work_until()
314async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_add_at_time_worker()
322async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_remove_at_time_worker()
330async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_add_when_pending_worker()
[all …]
/external/platform/pico/rp2_common/pico_async_context/include/pico/
A Dasync_context_threadsafe_background.h33 typedef struct async_context_threadsafe_background async_context_threadsafe_background_t; typedef
82 bool async_context_threadsafe_background_init(async_context_threadsafe_background_t *self, async_co…
103 …ol async_context_threadsafe_background_init_with_defaults(async_context_threadsafe_background_t *s… in async_context_threadsafe_background_init_with_defaults()
/external/platform/pico/rp2_common/pico_cyw43_arch/
A Dcyw43_arch_threadsafe_background.c29 static async_context_threadsafe_background_t cyw43_async_context_threadsafe_background;

Completed in 7 milliseconds