HomeSort by relevance Sort by last modified time
    Searched refs:lockf (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/base/
os_compat_android.h 21 // The lockf() function is not available on Android; we translate to flock().
24 inline int lockf(int fd, int cmd, off_t ignored_len) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fcntl.h 137 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
147 extern int lockf (int __fd, int __cmd, __off_t __len);
150 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
152 # define lockf lockf64 macro
unistd.h 1090 # define lockf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 137 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
147 extern int lockf (int __fd, int __cmd, __off_t __len);
150 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
152 # define lockf lockf64 macro
unistd.h 1090 # define lockf macro
    [all...]
  /external/qemu/
os-posix.c 380 if (lockf(fd, F_TLOCK, 0) == -1) {
  /external/chromium_org/base/memory/
shared_memory_posix.cc 428 while (lockf(mapped_file_, function, 0) < 0) {
436 NOTREACHED() << "lockf() failed."
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py 68 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /cts/tools/utils/
monsoon.py 94 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 67 fcntl.lockf(lockfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]

Completed in 1980 milliseconds