HomeSort by relevance Sort by last modified time
    Searched defs:fcntl (Results 1 - 6 of 6) sorted by null

  /bionic/libc/unistd/
fcntl.c 33 int fcntl(int fd, int cmd, ...) function
  /external/webkit/Tools/Scripts/webkitpy/common/system/
file_lock.py 47 import fcntl namespace
48 fcntl.flock(self._lock_file_descriptor, fcntl.LOCK_EX | fcntl.LOCK_NB)
55 import fcntl namespace
56 fcntl.flock(self._lock_file_descriptor, fcntl.LOCK_UN)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 40 import fcntl namespace
81 fl = fcntl.fcntl(fd, fcntl.F_GETFL)
82 fcntl.fcntl(fd, fcntl.F_SETFL, fl | os.O_NONBLOCK)
84 fl = fcntl.fcntl(fd, fcntl.F_GETFL
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 27 import fcntl namespace
41 fcntl.fcntl(stream, fcntl.F_SETFL, os.O_NONBLOCK)
  /frameworks/base/tools/velocityplot/
velocityplot.py 31 import fcntl namespace
45 fcntl.fcntl(stream, fcntl.F_SETFL, os.O_NONBLOCK)
  /external/valgrind/main/coregrind/
m_libcfile.c 66 newfd = VG_(fcntl)(oldfd, VKI_F_DUPFD, VG_(fd_hard_limit));
71 VG_(fcntl)(newfd, VKI_F_SETFD, VKI_FD_CLOEXEC);
93 if (0 == VG_(fcntl)(fd, VKI_F_GETPATH, (UWord)tmp)) {
366 Int VG_(fcntl) ( Int fd, Int cmd, Addr arg ) function

Completed in 268 milliseconds