/bionic/libc/kernel/common/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/development/ndk/platforms/android-3/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/external/kernel-headers/original/asm-generic/ |
fcntl.h | 78 #ifndef F_RDLCK 79 #define F_RDLCK 0
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
fcntl.h | 81 #ifndef F_RDLCK 82 #define F_RDLCK 0
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/ |
fcntl.h | 85 #ifndef F_RDLCK 86 #define F_RDLCK 0
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 123 #define F_RDLCK 0 /* Read lock. */ 160 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ 175 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
|
/external/ppp/pppd/ |
spinlock.c | 375 case F_RDLCK: 398 case F_RDLCK:
|
tdb.c | 1087 if (!(rec_ptr = tdb_find_lock_hash(tdb,key,hash,F_RDLCK,&rec))) 1096 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); 1110 if (tdb_find_lock_hash(tdb, key, hash, F_RDLCK, &rec) == 0) 1112 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); 1125 return off ? tdb_brlock(tdb, off, F_RDLCK, F_SETLKW, 0) : 0; [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 413 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { 508 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { 728 return _tdb_lockall(tdb, F_RDLCK, F_SETLKW); 734 return _tdb_lockall(tdb, F_RDLCK, F_SETLK); 740 return _tdb_unlockall(tdb, F_RDLCK); 777 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK); 782 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK); 790 return off ? tdb->methods->tdb_brlock(tdb, off, F_RDLCK, F_SETLKW, 0, 1) : 0; [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSFileSystem.cpp | 161 lock.l_type = F_RDLCK;
|
/external/strace/ |
desc.c | 174 { F_RDLCK, "F_RDLCK" },
|
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.c.orig | [all...] |