HomeSort by: relevance | last modified time | path
    Searched defs:selrecord (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_select.c 78 * subsystem. Mainly, synchronisation between selrecord() and selnotify()
284 /* Non-blocking: no need for selrecord()/selclear() */
534 * Setup an argument to selrecord(), which is
542 * selrecord().
694 * selrecord(), which is a pointer to struct pollfd.
703 /* Have events: do nothing in selrecord(). */
724 * The caller holds the same lock across calls to selrecord() and
743 selrecord(lwp_t *selector, struct selinfo *sip) function in typeref:typename:void
783 * The caller holds the same lock as for selrecord().
794 * The caller holds the same lock as for selrecord()
    [all...]
sys_select.c 78 * subsystem. Mainly, synchronisation between selrecord() and selnotify()
284 /* Non-blocking: no need for selrecord()/selclear() */
534 * Setup an argument to selrecord(), which is
542 * selrecord().
694 * selrecord(), which is a pointer to struct pollfd.
703 /* Have events: do nothing in selrecord(). */
724 * The caller holds the same lock across calls to selrecord() and
743 selrecord(lwp_t *selector, struct selinfo *sip) function in typeref:typename:void
783 * The caller holds the same lock as for selrecord().
794 * The caller holds the same lock as for selrecord()
    [all...]

Completed in 21 milliseconds