Searched refs:work_pending (Results 1 – 6 of 6) sorted by relevance
34 worker->work_pending = true; in update_next_timeout()51 always_pending_update_timeout_worker.work_pending = true; in lwip_nosys_init()
99 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()118 if (when_pending_worker->work_pending) { in async_context_base_needs_servicing()
30 worker->work_pending = true; in async_context_poll_requires_update()
261 worker->work_pending = true; in async_context_freertos_set_work_pending()
224 worker->work_pending = true; in async_context_threadsafe_background_set_work_pending()
140 bool work_pending; member