MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_wakeup_iterator

Function sctp_wakeup_iterator

freebsd/netinet/sctp_bsd_addr.c:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76struct iterator_control sctp_it_ctl;
77
78void
79sctp_wakeup_iterator(void)
80{
81 wakeup(&sctp_it_ctl.iterator_running);
82}
83
84static void
85sctp_iterator_thread(void *v SCTP_UNUSED)

Callers 1

sctp_initiate_iteratorFunction · 0.85

Calls 1

wakeupFunction · 0.50

Tested by

no test coverage detected