Searched refs:pipe_touch (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c291 /* Bitmap for things to touch in pipe_touch() */
297 pipe_touch(struct pipe *tpipe, int touch) function
647 pipe_touch(cpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME);
849 pipe_touch(rpipe, PIPE_ATIME);
1106 pipe_touch(rpipe, PIPE_MTIME | PIPE_CTIME);
1107 pipe_touch(wpipe, PIPE_MTIME | PIPE_CTIME);

Completed in 7 milliseconds