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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c293 #define PIPE_MTIME 0x00000002 /* time of last modification */ macro
308 if (touch & PIPE_MTIME) {
647 pipe_touch(cpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME);
1106 pipe_touch(rpipe, PIPE_MTIME | PIPE_CTIME);
1107 pipe_touch(wpipe, PIPE_MTIME | PIPE_CTIME);

Completed in 26 milliseconds