Home
last modified time | relevance | path

Searched defs:worker (Results 1 – 8 of 8) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c9 bool async_context_base_add_at_time_worker(async_context_t *self, async_at_time_worker_t *worker) { in async_context_base_add_at_time_worker()
22 bool async_context_base_remove_at_time_worker(async_context_t *self, async_at_time_worker_t *worker in async_context_base_remove_at_time_worker()
34 …_context_base_add_when_pending_worker(async_context_t *self, async_when_pending_worker_t *worker) { in async_context_base_add_when_pending_worker()
47 …ntext_base_remove_when_pending_worker(async_context_t *self, async_when_pending_worker_t *worker) { in async_context_base_remove_when_pending_worker()
83 for (async_at_time_worker_t *worker = self->at_time_list; worker; ) { in async_context_base_refresh_next_timeout() local
111 for (async_at_time_worker_t *worker = self->at_time_list; worker; worker = worker->next) { in async_context_base_needs_servicing() local
Dasync_context_freertos.c180 async_when_pending_worker_t worker; member
187 static void handle_sync_func_call(async_context_t *context, async_when_pending_worker_t *worker) { in handle_sync_func_call()
232 …c_context_freertos_add_at_time_worker(async_context_t *self_base, async_at_time_worker_t *worker) { in async_context_freertos_add_at_time_worker()
239 …ontext_freertos_remove_at_time_worker(async_context_t *self_base, async_at_time_worker_t *worker) { in async_context_freertos_remove_at_time_worker()
246 …freertos_add_when_pending_worker(async_context_t *self_base, async_when_pending_worker_t *worker) { in async_context_freertos_add_when_pending_worker()
253 …ertos_remove_when_pending_worker(async_context_t *self_base, async_when_pending_worker_t *worker) { in async_context_freertos_remove_when_pending_worker()
260 …ontext_freertos_set_work_pending(async_context_t *self_base, async_when_pending_worker_t *worker) { in async_context_freertos_set_work_pending()
Dasync_context_threadsafe_background.c91 async_when_pending_worker_t worker; member
98 static void handle_sync_func_call(async_context_t *context, async_when_pending_worker_t *worker) { in handle_sync_func_call()
223 …safe_background_set_work_pending(async_context_t *self_base, async_when_pending_worker_t *worker) { in async_context_threadsafe_background_set_work_pending()
313 …eadsafe_background_add_at_time_worker(async_context_t *self_base, async_at_time_worker_t *worker) { in async_context_threadsafe_background_add_at_time_worker()
321 …safe_background_remove_at_time_worker(async_context_t *self_base, async_at_time_worker_t *worker) { in async_context_threadsafe_background_remove_at_time_worker()
329 …ckground_add_when_pending_worker(async_context_t *self_base, async_when_pending_worker_t *worker) { in async_context_threadsafe_background_add_when_pending_worker()
337 …e_background_when_pending_worker(async_context_t *self_base, async_when_pending_worker_t *worker) { in async_context_threadsafe_background_when_pending_worker()
Dasync_context_poll.c29 …ync_context_poll_requires_update(async_context_t *self_base, async_when_pending_worker_t *worker) { in async_context_poll_requires_update()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h274 …e bool async_context_add_at_time_worker(async_context_t *context, async_at_time_worker_t *worker) { in async_context_add_at_time_worker()
294 …sync_context_add_at_time_worker_at(async_context_t *context, async_at_time_worker_t *worker, absol… in async_context_add_at_time_worker_at()
315 …c_context_add_at_time_worker_in_ms(async_context_t *context, async_at_time_worker_t *worker, uint3… in async_context_add_at_time_worker_in_ms()
331 …ool async_context_remove_at_time_worker(async_context_t *context, async_at_time_worker_t *worker) { in async_context_remove_at_time_worker()
351 …nc_context_add_when_pending_worker(async_context_t *context, async_when_pending_worker_t *worker) { in async_context_add_when_pending_worker()
366 …context_remove_when_pending_worker(async_context_t *context, async_when_pending_worker_t *worker) { in async_context_remove_when_pending_worker()
381 …oid async_context_set_work_pending(async_context_t *context, async_when_pending_worker_t *worker) { in async_context_set_work_pending()
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c23 … lwip_timeout_reached(__unused async_context_t *context, __unused async_at_time_worker_t *worker) { in lwip_timeout_reached()
28 static void update_next_timeout(async_context_t *context, async_when_pending_worker_t *worker) { in update_next_timeout()
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c132 …stack_timeout_reached(__unused async_context_t *context, __unused async_at_time_worker_t *worker) { in btstack_timeout_reached()
137 …stack_work_pending(__unused async_context_t *context, __unused async_when_pending_worker_t *worker in btstack_work_pending()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c83 static void cyw43_do_poll(async_context_t *context, __unused async_when_pending_worker_t *worker) { in cyw43_do_poll()
100 …id cyw43_sleep_timeout_reached(async_context_t *context, __unused async_at_time_worker_t *worker) { in cyw43_sleep_timeout_reached()