HomeSort by relevance Sort by last modified time
    Searched refs:lockf (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/base/
os_compat_android.h 21 // The lockf() function is not available on Android; we translate to flock().
24 inline int lockf(int fd, int cmd, off_t ignored_len) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 149 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
159 extern int lockf (int __fd, int __cmd, __off_t __len);
162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
164 # define lockf lockf64 macro
unistd.h 1040 # define lockf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 149 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
159 extern int lockf (int __fd, int __cmd, __off_t __len);
162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
164 # define lockf lockf64 macro
unistd.h 1040 # define lockf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 149 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
159 extern int lockf (int __fd, int __cmd, __off_t __len);
162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
164 # define lockf lockf64 macro
unistd.h 1040 # define lockf macro
    [all...]
  /external/chromium/base/
shared_memory_posix.cc 302 while (lockf(mapped_file_, function, 0) < 0) {
310 NOTREACHED() << "lockf() failed."
  /external/qemu/
os-posix.c 380 if (lockf(fd, F_TLOCK, 0) == -1) {
  /external/chromium_org/base/memory/
shared_memory_posix.cc 388 while (lockf(mapped_file_, function, 0) < 0) {
396 NOTREACHED() << "lockf() failed."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /external/valgrind/unittest/
posix_tests.cc 1028 while (lockf(fd_, lock ? F_LOCK : F_ULOCK, 0) < 0) {

Completed in 768 milliseconds