Searched refs:when_pending_list (Results 1 – 2 of 2) sorted by relevance
35 async_when_pending_worker_t **prev = &self->when_pending_list; in async_context_base_add_when_pending_worker()48 async_when_pending_worker_t **prev = &self->when_pending_list; in async_context_base_remove_when_pending_worker()98 …for(async_when_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worke… in async_context_base_execute_once()117 …for(async_when_pending_worker_t *when_pending_worker = self->when_pending_list; when_pending_worke… in async_context_base_needs_servicing()
181 async_when_pending_worker_t *when_pending_list; member