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

Function selwakeup

freebsd/kern/sys_generic.c:1834–1838  ·  view source on GitHub ↗

Wake up a selecting thread. */

Source from the content-addressed store, hash-verified

1832
1833/* Wake up a selecting thread. */
1834void
1835selwakeup(struct selinfo *sip)
1836{
1837 doselwakeup(sip, -1);
1838}
1839
1840/* Wake up a selecting thread, and set its priority. */
1841void

Callers 11

ti_pruss_intrFunction · 0.85
ptsdrv_outwakeupFunction · 0.85
ptsdrv_inwakeupFunction · 0.85
tty_wakeupFunction · 0.85
_mqueue_sendFunction · 0.85
_mqueue_recvFunction · 0.85
mqueue_fdcloseFunction · 0.85
eventfd_readFunction · 0.85
eventfd_writeFunction · 0.85
devctl_queueFunction · 0.85
procdesc_exitFunction · 0.85

Calls 1

doselwakeupFunction · 0.85

Tested by

no test coverage detected