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

  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 43 op = struct.pack('hhllhhl', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 76 #define F_WRLCK 1
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 87 #define F_WRLCK 1
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 145 #define F_WRLCK 1
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 104 lock.l_type = F_WRLCK;
  /external/e2fsprogs/lib/ext2fs/
tdb.c 342 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) {
384 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) {
696 return _tdb_lockall(tdb, F_WRLCK, F_SETLKW);
702 return _tdb_lockall(tdb, F_WRLCK | TDB_MARK_LOCK, F_SETLKW);
708 return _tdb_unlockall(tdb, F_WRLCK | TDB_MARK_LOCK);
714 return _tdb_lockall(tdb, F_WRLCK, F_SETLK);
720 return _tdb_unlockall(tdb, F_WRLCK);
745 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
753 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
759 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK)
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 151 #define F_WRLCK 1
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 150 #define F_WRLCK 1