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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
flock.S 5 ENTRY(flock) function
14 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
26 END(flock)
  /bionic/libc/arch-x86_64/syscalls/
flock.S 5 ENTRY(flock) function
15 END(flock)
  /cts/suite/cts/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
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 46 struct flock { struct
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 259 * For 32 bit flocks we are converting a portable/ARM struct flock to a MIPS struct flock:
262 * struct flock { struct flock_portable {
296 struct flock flock; /* Native MIPS structure */ local
331 flock.l_type = flock_portable->l_type;
332 flock.l_whence = flock_portable->l_whence;
333 flock.l_start = (off_t) flock_portable->l_start;
334 flock.l_len = (off_t) flock_portable->l_len;
335 flock.l_sysid = 0L
    [all...]
  /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'}}
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 34 // TODO: Fix flock usage under windows
40 int flock(int fd, int operation) { function
151 // Determine the lock operation (2nd argument) to the flock().
166 if (::flock(mFD, lock_operation) == 0) {
187 // flock() was not performed successfully. Check the errno to see whether
190 // flock() was interrupted by delivery of a signal. Restart without
199 // There's a fatal error occurs when perform flock(). Return immediately
215 if (::flock(mFD, LOCK_UN) == 0) {
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 46 struct flock { struct
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 52 struct flock { struct
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 51 struct flock { struct
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 51 struct flock { struct

Completed in 687 milliseconds

1 2 3 4 5