HomeSort by relevance Sort by last modified time
    Searched refs:F_RDLCK (Results 76 - 92 of 92) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 125 #define F_RDLCK 0 /* Read lock. */
162 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
177 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 125 #define F_RDLCK 0 /* Read lock. */
162 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
177 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
  /external/e2fsprogs/lib/ext2fs/
tdb.c 411 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
506 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
726 return _tdb_lockall(tdb, F_RDLCK, F_SETLKW);
732 return _tdb_lockall(tdb, F_RDLCK, F_SETLK);
738 return _tdb_unlockall(tdb, F_RDLCK);
775 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
780 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
788 return off ? tdb->methods->tdb_brlock(tdb, off, F_RDLCK, F_SETLKW, 0, 1) : 0;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 550 if( p->l_type==F_RDLCK ){
565 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
569 if( l2.l_type==F_RDLCK ){
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
xpl_File.cc 295 fl.l_type = bLockExclusive ? F_WRLCK : F_RDLCK;
  /packages/apps/OMA-DM/engine/xpl/src/
xpl_File.cc 294 fl.l_type = bLockExclusive ? F_WRLCK : F_RDLCK;
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 114 flock.l_type = (short) (shared ? F_RDLCK : F_WRLCK);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 246 public static final int F_RDLCK = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 219 initConstant(env, c, "F_RDLCK", F_RDLCK);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 105 s_flock.l_type = F_RDLCK;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 3625 milliseconds

1 2 34