Searched refs:async_context_poll_t (Results 1 – 3 of 3) sorted by relevance
16 bool async_context_poll_init_with_defaults(async_context_poll_t *self) { in async_context_poll_init_with_defaults()26 sem_release(&((async_context_poll_t *)self_base)->sem); in async_context_poll_wake_up()44 async_context_poll_t *self = (async_context_poll_t *)self_base; in async_context_poll_wait_for_work_until()
31 } async_context_poll_t; typedef43 bool async_context_poll_init_with_defaults(async_context_poll_t *self);
25 static async_context_poll_t cyw43_async_context_poll;