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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c292 #define PIPE_ATIME 0x00000001 /* time of last access */ macro
303 if (touch & PIPE_ATIME) {
647 pipe_touch(cpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME);
849 pipe_touch(rpipe, PIPE_ATIME);

Completed in 22 milliseconds