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

1 2 3 4 5 6

  /bionic/libc/arch-arm/syscalls/
flock.S 5 ENTRY(flock) function
16 END(flock)
  /bionic/libc/arch-arm64/syscalls/
flock.S 5 ENTRY(flock) function
14 END(flock)
  /bionic/libc/arch-mips/syscalls/
flock.S 5 ENTRY(flock) function
19 END(flock)
  /bionic/libc/arch-mips64/syscalls/
flock.S 5 ENTRY(flock) function
25 END(flock)
  /bionic/libc/arch-x86/syscalls/
flock.S 5 ENTRY(flock) function
34 END(flock)
  /bionic/libc/arch-x86_64/syscalls/
flock.S 5 ENTRY(flock) function
15 END(flock)
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl13.c 52 struct flock flock; local
99 flock.l_whence = -1;
100 flock.l_type = F_WRLCK;
101 flock.l_start = 0L;
102 flock.l_len = 0L;
104 if (fcntl(1, F_SETLK, &flock) != -1)
111 if (fcntl(-1, F_GETLK, &flock) != -1)
  /external/compiler-rt/lib/profile/
WindowsMMap.c 120 int flock(int fd, int operation) function
  /cts/tests/openglperf2/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
  /frameworks/compile/libbcc/lib/
FileBase.cpp 31 // TODO: Fix flock usage under windows
37 int flock(int fd, int operation) { function
148 // Determine the lock operation (2nd argument) to the flock().
163 if (::flock(mFD, lock_operation) == 0) {
184 // flock() was not performed successfully. Check the errno to see whether
187 // flock() was interrupted by delivery of a signal. Restart without
196 // There's a fatal error occurs when perform flock(). Return immediately
212 if (::flock(mFD, LOCK_UN) == 0) {
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 46 struct flock { struct
  /external/clang/test/Sema/
warn-type-safety.c 125 struct flock { }; struct
128 static const int F_SETLK_tag __attribute__(( type_tag_for_datatype(fcntl,struct flock *) )) = F_SETLK;
132 void test_argument_with_type_tag(struct flock *f)
137 fcntl(0, F_SETLK, 10); // expected-warning {{argument type 'int' doesn't match specified 'fcntl' type tag that requires 'struct flock *'}}
138 fcntl(0, F_DUPFD, f); // expected-warning {{argument type 'struct flock *' doesn't match specified 'fcntl' type tag that requires 'int'}}
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct

Completed in 391 milliseconds

1 2 3 4 5 6