Home
last modified time | relevance | path

Searched refs:PIPE_RESTART (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/kern/
Dsys_pipe.c519 if (wakeup_state & PIPE_RESTART) { in pipe_read()
539 rpipe->pipe_state &= ~PIPE_RESTART; in pipe_read()
592 wpipe->pipe_state &= ~PIPE_RESTART; in pipe_write()
693 if (wakeup_state & PIPE_RESTART) { in pipe_write()
718 wpipe->pipe_state &= ~PIPE_RESTART; in pipe_write()
907 pipe->pipe_state |= PIPE_RESTART; in pipe_restart()
/netbsd/src/sys/sys/
Dpipe.h84 #define PIPE_RESTART 0x400 /* Return ERESTART to blocked syscalls */ macro