/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
nand.h | 135 spinlock_t lock; member in struct:nand_hw_control
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
nfs_xdr.h | 550 int (*lock)(struct file *, int, struct file_lock *); member in struct:nfs_rpc_ops
|
/system/core/adb/ |
sysdeps_win32.c | 871 CRITICAL_SECTION lock; member in struct:BipBufferRec_ 890 InitializeCriticalSection( &buffer->lock ); 912 DeleteCriticalSection( &bip->lock ); 926 EnterCriticalSection( &bip->lock ); 930 LeaveCriticalSection( &bip->lock ); 946 EnterCriticalSection( &bip->lock ); 999 LeaveCriticalSection( &bip->lock ); 1014 EnterCriticalSection( &bip->lock ); 1018 LeaveCriticalSection( &bip->lock ); 1023 LeaveCriticalSection( &bip->lock ); [all...] |
/system/core/sdcard/ |
sdcard.c | 212 pthread_mutex_t lock; member in struct:fuse 518 * derive_permissions_locked(), so this is used to lock down access 686 pthread_mutex_init(&fuse->lock, NULL); 778 pthread_mutex_lock(&fuse->lock); 781 pthread_mutex_unlock(&fuse->lock); 790 pthread_mutex_unlock(&fuse->lock); 819 pthread_mutex_lock(&fuse->lock); 824 pthread_mutex_unlock(&fuse->lock); 842 pthread_mutex_lock(&fuse->lock); 852 pthread_mutex_unlock(&fuse->lock); [all...] |
/art/runtime/ |
thread.cc | 474 // If we're in kStarting, we won't have a thin lock id or tid yet. 1043 mirror::Object* lock = local [all...] |
/bionic/libc/kernel/common/linux/ |
blkdev.h | 50 spinlock_t lock; member in struct:as_io_context
|