Home
last modified time | relevance | path

Searched defs:self_base (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c79 static void async_context_freertos_wake_up(async_context_t *self_base) { in async_context_freertos_wake_up()
146 void async_context_freertos_deinit(async_context_t *self_base) { in async_context_freertos_deinit()
163 void async_context_freertos_acquire_lock_blocking(async_context_t *self_base) { in async_context_freertos_acquire_lock_blocking()
171 void async_context_freertos_lock_check(__unused async_context_t *self_base) { in async_context_freertos_lock_check()
193 uint32_t async_context_freertos_execute_sync(async_context_t *self_base, uint32_t (*func)(void *par… in async_context_freertos_execute_sync()
209 void async_context_freertos_release_lock(async_context_t *self_base) { in async_context_freertos_release_lock()
232 static bool async_context_freertos_add_at_time_worker(async_context_t *self_base, async_at_time_wor… in async_context_freertos_add_at_time_worker()
239 static bool async_context_freertos_remove_at_time_worker(async_context_t *self_base, async_at_time_… in async_context_freertos_remove_at_time_worker()
246 static bool async_context_freertos_add_when_pending_worker(async_context_t *self_base, async_when_p… in async_context_freertos_add_when_pending_worker()
253 static bool async_context_freertos_remove_when_pending_worker(async_context_t *self_base, async_whe… in async_context_freertos_remove_when_pending_worker()
[all …]
Dasync_context_threadsafe_background.c44 static void async_context_threadsafe_background_wake_up(async_context_t *self_base) { in async_context_threadsafe_background_wake_up()
81 static void async_context_threadsafe_background_lock_check(async_context_t *self_base) { in async_context_threadsafe_background_lock_check()
138 uint32_t async_context_threadsafe_background_execute_sync(async_context_t *self_base, uint32_t (*fu… in async_context_threadsafe_background_execute_sync()
223 static void async_context_threadsafe_background_set_work_pending(async_context_t *self_base, async_… in async_context_threadsafe_background_set_work_pending()
228 static void async_context_threadsafe_background_deinit(async_context_t *self_base) { in async_context_threadsafe_background_deinit()
299 static void async_context_threadsafe_background_wait_until(__unused async_context_t *self_base, abs… in async_context_threadsafe_background_wait_until()
308 static void async_context_threadsafe_background_wait_for_work_until(async_context_t *self_base, abs… in async_context_threadsafe_background_wait_for_work_until()
313 static bool async_context_threadsafe_background_add_at_time_worker(async_context_t *self_base, asyn… in async_context_threadsafe_background_add_at_time_worker()
321 static bool async_context_threadsafe_background_remove_at_time_worker(async_context_t *self_base, a… in async_context_threadsafe_background_remove_at_time_worker()
329 static bool async_context_threadsafe_background_add_when_pending_worker(async_context_t *self_base,… in async_context_threadsafe_background_add_when_pending_worker()
[all …]
Dasync_context_poll.c25 static void async_context_poll_wake_up(async_context_t *self_base) { in async_context_poll_wake_up()
29 static void async_context_poll_requires_update(async_context_t *self_base, async_when_pending_worke… in async_context_poll_requires_update()
34 static void async_context_poll_poll(async_context_t *self_base) { in async_context_poll_poll()
38 static void async_context_poll_wait_until(__unused async_context_t *self_base, absolute_time_t unti… in async_context_poll_wait_until()
42 static void async_context_poll_wait_for_work_until(async_context_t *self_base, absolute_time_t unti… in async_context_poll_wait_for_work_until()
48 static void async_context_poll_lock_check(async_context_t *self_base) { in async_context_poll_lock_check()