HomeSort by relevance Sort by last modified time
    Searched full:stdout_lock (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
cat.c 233 struct flock stdout_lock; local
270 stdout_lock.l_len = 0;
271 stdout_lock.l_start = 0;
272 stdout_lock.l_type = F_WRLCK;
273 stdout_lock.l_whence = SEEK_SET;
274 if (fcntl(STDOUT_FILENO, F_SETLKW, &stdout_lock) == -1)

Completed in 27 milliseconds