HomeSort by relevance Sort by last modified time
    Searched refs:flock (Results 76 - 100 of 221) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /external/chromium_org/build/android/pylib/
ports.py 24 # flock.
53 fcntl.flock(fp_lock, fcntl.LOCK_EX)
73 fcntl.flock(fp_lock, fcntl.LOCK_UN)
  /external/valgrind/main/memcheck/tests/
file_locking.c 26 struct flock fl;
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
Boid.cpp 20 void Boid::flock(const Boid* boids[], int numBoids, int index, float limitX, float limitY) { function in class:Boid
  /external/chromium/chrome/browser/
process_singleton_mac_unittest.cc 50 int rc = HANDLE_EINTR(flock(fd, LOCK_EX|LOCK_NB));
  /external/chromium_org/chrome/browser/
process_singleton_mac_unittest.cc 50 int rc = HANDLE_EINTR(flock(fd, LOCK_EX|LOCK_NB));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 122 /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */
127 /* For old implementation of bsd flock(). */
132 /* Operations for bsd flock(), also used by the kernel implementation. */
141 # define LOCK_MAND 32 /* This is a mandatory flock: */
158 struct flock struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 122 /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */
127 /* For old implementation of bsd flock(). */
132 /* Operations for bsd flock(), also used by the kernel implementation. */
141 # define LOCK_MAND 32 /* This is a mandatory flock: */
158 struct flock struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 122 /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */
127 /* For old implementation of bsd flock(). */
132 /* Operations for bsd flock(), also used by the kernel implementation. */
141 # define LOCK_MAND 32 /* This is a mandatory flock: */
158 struct flock struct
  /external/chromium/chrome/browser/chromeos/
external_metrics.cc 133 result = flock(fd, LOCK_EX);
210 result = flock(fd, LOCK_UN);
  /bionic/libc/include/
unistd.h 144 extern int flock(int, int);
  /development/ndk/platforms/android-3/include/
unistd.h 136 extern int flock(int, int);
  /development/ndk/platforms/android-8/include/
unistd.h 140 extern int flock(int, int);
  /development/ndk/platforms/android-9/include/
unistd.h 143 extern int flock(int, int);
  /external/libpcap/lbl/
os-sunos4.h 75 int flock(int, int);
  /external/tcpdump/lbl/
os-sunos4.h 75 int flock(int, int);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
unistd.h 140 extern int flock(int, int);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
unistd.h 140 extern int flock(int, int);

Completed in 930 milliseconds

1 2 34 5 6 7 8 9