Searched refs:when_pending_worker (Results 1 – 1 of 1) sorted by relevance
98 …hen_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worker; when_pen… in async_context_base_execute_once() local99 if (when_pending_worker->work_pending) { in async_context_base_execute_once()100 when_pending_worker->work_pending = false; in async_context_base_execute_once()101 when_pending_worker->do_work(self, when_pending_worker); in async_context_base_execute_once()117 …hen_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worker; when_pen… in async_context_base_needs_servicing() local118 if (when_pending_worker->work_pending) { in async_context_base_needs_servicing()