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

Function work_queue_priority

sched/wqueue/kwork_thread.c:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534int work_queue_priority(int qid)
535{
536 return work_queue_priority_wq(work_qid2wq(qid));
537}
538
539/****************************************************************************
540 * Name: work_start_highpri

Callers

nothing calls this directly

Calls 2

work_queue_priority_wqFunction · 0.85
work_qid2wqFunction · 0.85

Tested by

no test coverage detected