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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c294 #define PIPE_CTIME 0x00000004 /* time of last status change */ macro
313 if (touch & PIPE_CTIME) {
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 19 milliseconds