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

1 2

  /bionic/libc/include/bits/
lockf.h 43 int lockf(int, int, off_t) __RENAME(lockf64) __INTRODUCED_IN(24);
45 int lockf(int, int, off_t) __INTRODUCED_IN(24);
  /external/libchrome/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.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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 184 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
194 extern int lockf (int __fd, int __cmd, __off_t __len);
197 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
199 # define lockf lockf64 macro
unistd.h 1111 # define lockf macro
    [all...]
  /bionic/libc/bionic/
lockf.cpp 36 // Translate POSIX lockf into fcntl.
71 int lockf(int fd, int cmd, off_t length) { function
  /external/skia/tools/
ok.cpp 44 lockf(log_fd, F_LOCK, 0);
62 lockf(log_fd, F_ULOCK, 0);
82 lockf(log_fd, F_LOCK, 0);
88 lockf(log_fd, F_ULOCK, 0);
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-3957855/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-3960126/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-3977809/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-3957855/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-3960126/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-3977809/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
bisect_driver.py 68 fcntl.lockf(f, lock_type)
74 fcntl.lockf(f, fcntl.LOCK_UN)
  /external/toolchain-utils/
file_lock_machine.py 39 fcntl.lockf(fd, fcntl.LOCK_EX | fcntl.LOCK_NB)
172 fcntl.lockf(fp, fcntl.LOCK_UN)
254 fcntl.lockf(f, fcntl.LOCK_UN)
  /bionic/libc/include/
fcntl.h 44 #include <bits/lockf.h>
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 187 int lockf(int, int, off_t);
  /cts/tools/utils/
monsoon.py 103 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 458 #define lockf(...) (pthread_testcancel(), lockf(__VA_ARGS__)) macro
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 67 fcntl.lockf(lockfile, fcntl.LOCK_EX | fcntl.LOCK_NB)

Completed in 857 milliseconds

1 2