Searched defs:worker (Results 1 – 8 of 8) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/ |
D | async_context_base.c | 9 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
|
D | async_context_freertos.c | 180 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()
|
D | async_context_threadsafe_background.c | 91 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()
|
D | async_context_poll.c | 29 …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/ |
D | async_context.h | 274 …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/ |
D | lwip_nosys.c | 23 … 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/ |
D | btstack_run_loop_async_context.c | 132 …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/ |
D | cyw43_driver.c | 83 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()
|