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

1 2 3 4 5 6

  /bionic/libc/arch-arm/syscalls/
flock.S 5 ENTRY(flock) function
14 END(flock)
  /bionic/libc/arch-x86/syscalls/
flock.S 5 .type flock, @function
6 .globl flock
9 flock: label
  /external/ppp/pppd/plugins/radius/
lock.c 18 struct flock fl;
37 struct flock fl;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
file.h 40 /* Operations for the `flock' call. */
51 extern int flock (int __fd, int __operation) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
file.h 40 /* Operations for the `flock' call. */
51 extern int flock (int __fd, int __operation) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
file.h 40 /* Operations for the `flock' call. */
51 extern int flock (int __fd, int __operation) __THROW;
  /external/kernel-headers/original/asm-mips/
fcntl.h 37 * The flavours of struct flock. "struct flock" is the ABI compliant
38 * variant. Finally struct flock64 is the LFS variant of struct flock. As
40 * contain all the same fields as struct flock.
45 struct flock { struct
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc 101 struct flock lock;
108 struct flock testlock = lock;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
FileHandle.cpp 65 if (flock(mFD, lock_flags[mode] | LOCK_NB) < 0) {
68 if (flock(mFD, lock_flags[mode]) < 0) {
108 flock(mFD, LOCK_UN);
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 114 StructFlock flock = new StructFlock(); local
115 flock.l_type = (short) (shared ? F_RDLCK : F_WRLCK);
116 flock.l_whence = (short) SEEK_SET;
117 flock.l_start = position;
118 flock.l_len = translateLockLength(size);
122 success = (Libcore.os.fcntlFlock(fd, wait ? F_SETLKW64 : F_SETLK64, flock) != -1);
188 StructFlock flock = new StructFlock(); local
189 flock.l_type = (short) F_UNLCK;
190 flock.l_whence = (short) SEEK_SET;
191 flock.l_start = lock.position()
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
file_lock.py 48 fcntl.flock(self._lock_file_descriptor, fcntl.LOCK_EX | fcntl.LOCK_NB)
56 fcntl.flock(self._lock_file_descriptor, fcntl.LOCK_UN)
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelLockingTest.java 106 FileLock flock = readWriteChannel.lock(); local
107 if (flock != null) {
108 flock.release();
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 135 struct flock { struct
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 117 struct flock { struct
  /external/chromium/chrome/browser/
process_singleton_mac.cc 86 int rc = HANDLE_EINTR(flock(lock_fd_, LOCK_EX|LOCK_NB));
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 68 flock($fh, 2);
83 flock($fh, 8);
198 flock(FILE, 2);
215 flock(FILE, 8);
  /external/kernel-headers/original/asm-generic/
fcntl.h 84 /* for old implementation of bsd flock () */
95 /* operations for bsd flock(), also used by the kernel implementation */
102 #define LOCK_MAND 32 /* This is a mandatory flock ... */
114 struct flock { struct
  /external/valgrind/main/none/tests/
mmap_fcntl_bug.c 18 struct flock fl;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 87 /* for old implementation of bsd flock () */
98 /* operations for bsd flock(), also used by the kernel implementation */
105 #define LOCK_MAND 32 /* This is a mandatory flock ... */
117 struct flock { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 87 /* for old implementation of bsd flock () */
98 /* operations for bsd flock(), also used by the kernel implementation */
105 #define LOCK_MAND 32 /* This is a mandatory flock ... */
117 struct flock { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 87 /* for old implementation of bsd flock () */
98 /* operations for bsd flock(), also used by the kernel implementation */
105 #define LOCK_MAND 32 /* This is a mandatory flock ... */
117 struct flock { struct
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct

Completed in 895 milliseconds

1 2 3 4 5 6