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

1 2

  /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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fcntl.h 137 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
147 extern int lockf (int __fd, int __cmd, __off_t __len);
150 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
152 # define lockf lockf64 macro
unistd.h 1090 # define lockf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 137 /* `lockf' is a simpler interface to the locking facilities of `fcntl'.
147 extern int lockf (int __fd, int __cmd, __off_t __len);
150 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
152 # define lockf lockf64 macro
unistd.h 1090 # define lockf macro
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
fcntl.so 
  /external/chromium_org/third_party/cython/src/Cython/Includes/posix/
unistd.pxd 89 int lockf(int, int, off_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
fcntl.h 102 /* for posix fcntl() and lockf() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 102 /* for posix fcntl() and lockf() */
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 147 /* for posix fcntl() and lockf() */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 18 # TODO - Write tests for flock() and lockf().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 18 # TODO - Write tests for flock() and lockf().
  /external/chromium_org/base/memory/
shared_memory_posix.cc 428 while (lockf(mapped_file_, function, 0) < 0) {
436 NOTREACHED() << "lockf() failed."
  /external/qemu/
os-posix.c 380 if (lockf(fd, F_TLOCK, 0) == -1) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 57 "fcntl.lockf() provides better locking", DeprecationWarning, 2)
mailbox.py     [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py 69 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /external/llvm/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 33 %23 = type <{ %struct.lockf*, %struct.lockf** }> ; type %23
87 %struct.lockf = type <{ %23, %struct.mtx, %struct.lockf_entry_list, %struct.lockf_entry_list, i32, i8, i8, i8, i8 }>
161 %struct.vnode = type <{ i32, i8, i8, i8, i8, i8*, %struct.vop_vector*, i8*, %struct.mount*, %struct.freelst, %union.sigval, %struct.freelst, i32, i8, i8, i8, i8, %21, %22, %struct.namecache*, i64, i64, i64, i32, i8, i8, i8, i8, %struct.lock, %struct.mtx, %struct.lock*, i32, i32, i64, i64, i32, i8, i8, i8, i8, %struct.freelst, %struct.bufobj, %struct.vpollinfo*, %struct.label*, %struct.lockf* }>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 124 /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 124 /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */
  /cts/tools/utils/
monsoon.py 94 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 67 fcntl.lockf(lockfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py     [all...]

Completed in 1152 milliseconds

1 2