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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
flock.S 5 .type flock, #function
6 .globl flock
10 flock: label
  /external/clearsilver/man/man3/
fLock.3 1 .TH fLock 3 "12 July 2007" "ClearSilver" "util/ulocks.h"
14 fLock - acquire file lock.
20 NEOERR *fLock(int lock);
37 .BR mCreate "(3), "fCreate "(3), "mUnlock "(3), "fUnlock "(3), "cBroadcast "(3), "cSignal "(3), "fFind "(3), "cDestroy "(3), "cCreate "(3), "mDestroy "(3), "cWait "(3), "fLock "(3), "fDestroy "(3), "mLock
  /bionic/libc/arch-sh/syscalls/
flock.S 5 .type flock, @function
6 .globl flock
9 flock: label
  /bionic/libc/arch-x86/syscalls/
flock.S 5 .type flock, @function
6 .globl flock
9 flock: label
  /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/ppp/pppd/plugins/radius/
lock.c 18 struct flock fl;
37 struct flock fl;
  /bionic/libc/include/sys/
file.h 34 // ANDROID: needed for flock()
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
file.h 34 // ANDROID: needed for flock()
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
file.h 34 // ANDROID: needed for flock()
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
file.h 34 // ANDROID: needed for flock()
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
file.h 34 // ANDROID: needed for flock()
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
file.h 34 // ANDROID: needed for flock()
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
file.h 34 // ANDROID: needed for flock()
  /external/bluetooth/bluez/common/
textfile.c 174 if (flock(fd, LOCK_EX) < 0) {
275 flock(fd, LOCK_UN);
297 if (flock(fd, LOCK_SH) < 0) {
341 flock(fd, LOCK_UN);
392 if (flock(fd, LOCK_SH) < 0) {
462 flock(fd, LOCK_UN);
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 117 struct flock { struct
  /external/webkit/WebKit/win/
WebKitClassFactory.h 42 virtual HRESULT STDMETHODCALLTYPE LockServer(BOOL fLock);
WebKitClassFactory.cpp 190 HRESULT STDMETHODCALLTYPE WebKitClassFactory::LockServer(BOOL fLock)
192 if (fLock)
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 117 struct flock { struct
  /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/clearsilver/util/
ulocks.h 59 NEOERR *fLock(int lock);
61 * Function: fLock - acquire file lock.

Completed in 102 milliseconds

1 2 3 4 5