MCPcopy Create free account
hub / github.com/apache/nuttx / work_queue_next

Function work_queue_next

sched/wqueue/kwork_queue.c:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int work_queue_next(int qid, FAR struct work_s *work, worker_t worker,
122 FAR void *arg, clock_t delay)
123{
124 return work_queue_next_wq(work_qid2wq(qid), work, worker, arg, delay);
125}
126
127/****************************************************************************
128 * Name: work_queue/work_queue_wq

Callers

nothing calls this directly

Calls 2

work_queue_next_wqFunction · 0.85
work_qid2wqFunction · 0.85

Tested by

no test coverage detected