Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
struct iterator_control sctp_it_ctl;
77
78
void
79
sctp_wakeup_iterator(void)
80
{
81
wakeup(&sctp_it_ctl.iterator_running);
82
}
83
84
static void
85
sctp_iterator_thread(void *v SCTP_UNUSED)
Callers
1
sctp_initiate_iterator
Function · 0.85
Calls
1
wakeup
Function · 0.50
Tested by
no test coverage detected