Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dsys_pipe.c281 #define PIPE_CTIME 0x00000004 /* time of last status change */ macro
300 if (touch & PIPE_CTIME) { in pipe_touch()
629 pipe_touch(rpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME); in pipepair_alloc()
630 pipe_touch(wpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME); in pipepair_alloc()
1174 pipe_touch(rpipe, PIPE_MTIME | PIPE_CTIME); in pipe_write()
1175 pipe_touch(wpipe, PIPE_MTIME | PIPE_CTIME); in pipe_write()