HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_EX (Results 126 - 150 of 243) sorted by null

1 2 3 4 56 7 8 910

  /external/libmojo/third_party/catapult/devil/devil/android/
ports.py 56 fcntl.flock(fp_lock, fcntl.LOCK_EX)
  /external/selinux/restorecond/
user.c 215 if (flock(local_lock_fd, LOCK_EX | LOCK_NB) < 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 136 # define LOCK_EX 2 /* exclusive lock */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 129 # define LOCK_EX 2 /* exclusive lock */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 144 # define LOCK_EX 2 /* exclusive lock */
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 258 with lock.FileLock(pseudo_lock_fd, lock.LOCK_EX | lock.LOCK_NB):
266 with lock.FileLock(global_lock_fd, lock.LOCK_EX | lock.LOCK_NB):
  /external/iptables/iptables/
xshared.c 265 if (flock(fd, LOCK_EX) == 0)
274 if (flock(fd, LOCK_EX | LOCK_NB) == 0)
  /external/minijail/linux-x86/
libconstants.gen.c 671 #ifdef LOCK_EX
672 { "LOCK_EX", (unsigned long) LOCK_EX },
673 #endif // LOCK_EX
    [all...]
  /external/toolchain-utils/
file_lock_machine.py 39 fcntl.lockf(fd, fcntl.LOCK_EX | fcntl.LOCK_NB)
150 if fcntl.flock(self._file.fileno(), fcntl.LOCK_EX) == -1:
151 raise IOError('flock(%s, LOCK_EX) failed!' % self._filepath)
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 233 LOCK_EX = 2
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /frameworks/base/cmds/idmap/
create.cpp 44 if (TEMP_FAILURE_RETRY(flock(fd, LOCK_EX)) != 0) {
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/darwin-x86/clang-3957855/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/darwin-x86/clang-3960126/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/darwin-x86/clang-3977809/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/linux-x86/clang-3957855/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/linux-x86/clang-3960126/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/linux-x86/clang-3977809/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
bisect_driver.py 65 lock_type = fcntl.LOCK_EX
  /system/netd/server/
IptablesRestoreControllerTest.cpp 134 if (flock(mIptablesLock, LOCK_EX | LOCK_NB) == 0) {
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c     [all...]
  /build/soong/ui/build/
proc_sync.go 63 return syscall.Flock(int(l.File.Fd()), syscall.LOCK_EX|syscall.LOCK_NB)

Completed in 2387 milliseconds

1 2 3 4 56 7 8 910