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

Function work_cancel_sync

sched/wqueue/kwork_cancel.c:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 ****************************************************************************/
165
166int work_cancel_sync(int qid, FAR struct work_s *work)
167{
168 return work_qcancel(work_qid2wq(qid), true, work);
169}
170
171int work_cancel_sync_wq(FAR struct kwork_wqueue_s *wqueue,
172 FAR struct work_s *work)

Callers 10

work_notifier_teardownFunction · 0.85
tun_dev_uninitFunction · 0.85
netdev_upper_ifdownFunction · 0.85
vhost_rng_removeFunction · 0.85
thermal_zone_enableFunction · 0.85
netdev_unregisterFunction · 0.85
igmp_grpfreeFunction · 0.85
arp_updateFunction · 0.85
arp_cleanupFunction · 0.85

Calls 2

work_qid2wqFunction · 0.85
work_qcancelFunction · 0.70

Tested by

no test coverage detected