HomeSort by relevance Sort by last modified time
    Searched full:flock (Results 276 - 300 of 840) sorted by null

<<11121314151617181920>>

  /system/netd/server/
IptablesRestoreControllerTest.cpp 138 if (flock(mIptablesLock, LOCK_EX | LOCK_NB) == 0) {
  /external/autotest/client/cros/crash/
crash_test.py 628 fcntl.flock(f.fileno(), fcntl.LOCK_EX)
632 fcntl.flock(f.fileno(), fcntl.LOCK_UN)
  /external/iproute2/misc/
ifstat.c 954 if (flock(fileno(hist_fp), LOCK_EX)) {
955 perror("ifstat: flock history file");
  /external/strace/linux/alpha/
syscallent.h 161 [131] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/arm/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/bfin/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/i386/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/ia64/
syscallent.h 166 [1145] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/m68k/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/microblaze/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/mips/
syscallent-o32.h 147 [4143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/powerpc/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/powerpc64/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/s390/
syscallent.h 175 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/s390x/
syscallent.h 167 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/sh/
syscallent.h 175 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/sh64/
syscallent.h 173 [143] = { 2, TD, SEN(flock), "flock" },
  /external/strace/linux/x32/
syscallent.h 74 [ 73] = { 2, TD, SEN(flock), "flock" },
  /external/webrtc/webrtc/base/
stream.cc 501 return flock(fileno(file_), LOCK_EX|LOCK_NB) == 0;
511 return flock(fileno(file_), LOCK_UN) == 0;
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c 143 ret = flock(fd, LOCK_EX);
159 ret = flock(fd, LOCK_UN);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c 137 ret = flock(fd, LOCK_EX);
153 ret = flock(fd, LOCK_UN);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c 159 ret = flock(fd, LOCK_EX);
175 ret = flock(fd, LOCK_UN);
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 112 if (flock(ufd.get(), LOCK_EX | LOCK_NB) != 0) {
138 if (flock(ufd.get(), LOCK_UN) != 0) {
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 61 %struct.flock = type <{ i64, i64, i32, i16, i16, i32, i8, i8, i8, i8 }>
165 %struct.vop_advlock_args = type <{ %struct.vop_generic_args, %struct.vnode*, i8*, i32, i8, i8, i8, i8, %struct.flock*, i32, i8, i8, i8, i8 }>
166 %struct.vop_advlockasync_args = type <{ %struct.vop_generic_args, %struct.vnode*, i8*, i32, i8, i8, i8, i8, %struct.flock*, i32, i8, i8, i8, i8, %struct.task*, i8** }>
  /external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 61 %struct.flock = type <{ i64, i64, i32, i16, i16, i32, i8, i8, i8, i8 }>
165 %struct.vop_advlock_args = type <{ %struct.vop_generic_args, %struct.vnode*, i8*, i32, i8, i8, i8, i8, %struct.flock*, i32, i8, i8, i8, i8 }>
166 %struct.vop_advlockasync_args = type <{ %struct.vop_generic_args, %struct.vnode*, i8*, i32, i8, i8, i8, i8, %struct.flock*, i32, i8, i8, i8, i8, %struct.task*, i8** }>

Completed in 618 milliseconds

<<11121314151617181920>>