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

Function selwakeuppri

freebsd/kern/sys_generic.c:1841–1845  ·  view source on GitHub ↗

Wake up a selecting thread, and set its priority. */

Source from the content-addressed store, hash-verified

1839
1840/* Wake up a selecting thread, and set its priority. */
1841void
1842selwakeuppri(struct selinfo *sip, int pri)
1843{
1844 doselwakeup(sip, pri);
1845}
1846
1847/*
1848 * Do a wakeup when a selectable event occurs.

Callers 12

audit_pipe_appendFunction · 0.85
logtimeoutFunction · 0.85
kqueue_drainFunction · 0.85
kqueue_wakeupFunction · 0.85
pipeselwakeupFunction · 0.85
sowakeupFunction · 0.85
solisten_wakeupFunction · 0.85
sohasoutofbandFunction · 0.85
tunstartFunction · 0.85
tunstart_l2Function · 0.85
tundtorFunction · 0.85
bpf_wakeupFunction · 0.85

Calls 1

doselwakeupFunction · 0.85

Tested by

no test coverage detected