HomeSort by relevance Sort by last modified time
    Searched defs:rwlock_t (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/kernel-headers/original/linux/
spinlock_api_smp.h 25 void __lockfunc _read_lock(rwlock_t *lock) __acquires(rwlock_t); variable
26 void __lockfunc _write_lock(rwlock_t *lock) __acquires(rwlock_t); variable
28 void __lockfunc _read_lock_bh(rwlock_t *lock) __acquires(rwlock_t); variable
29 void __lockfunc _write_lock_bh(rwlock_t *lock) __acquires(rwlock_t); variable
31 void __lockfunc _read_lock_irq(rwlock_t *lock) __acquires(rwlock_t); variable
32 void __lockfunc _write_lock_irq(rwlock_t *lock) __acquires(rwlock_t); variable
36 __acquires(rwlock_t); variable
38 __acquires(rwlock_t); variable
44 void __lockfunc _read_unlock(rwlock_t *lock) __releases(rwlock_t); variable
45 void __lockfunc _write_unlock(rwlock_t *lock) __releases(rwlock_t); variable
47 void __lockfunc _read_unlock_bh(rwlock_t *lock) __releases(rwlock_t); variable
48 void __lockfunc _write_unlock_bh(rwlock_t *lock) __releases(rwlock_t); variable
50 void __lockfunc _read_unlock_irq(rwlock_t *lock) __releases(rwlock_t); variable
51 void __lockfunc _write_unlock_irq(rwlock_t *lock) __releases(rwlock_t); variable
55 __releases(rwlock_t); variable
57 __releases(rwlock_t); variable
    [all...]
  /external/clang/test/CodeGen/
2003-11-04-EmptyStruct.c 3 typedef struct { } rwlock_t; typedef in typeref:struct:__anon16385
4 struct fs_struct { rwlock_t lock; int umask; };
5 void __copy_fs_struct(struct fs_struct *fs) { fs->lock = (rwlock_t) { }; }
  /bionic/libc/upstream-netbsd/
reentrant.h 33 #define rwlock_t pthread_rwlock_t macro
  /bionic/libc/kernel/common/linux/
spinlock_types.h 31 } rwlock_t; typedef in typeref:struct:__anon554
39 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /development/ndk/platforms/android-3/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon1190
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon41650
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon42004
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon42358
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon42777
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon43140
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon43564
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon43926
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon44545
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon44882
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon45677
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon46124
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon46484
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon46824
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon47181
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon47521
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon47878
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon48218
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon48578
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon48923
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
spinlock_types.h 27 } rwlock_t; typedef in typeref:struct:__anon49315
38 #define __RW_LOCK_UNLOCKED(lockname) (rwlock_t) { .raw_lock = __RAW_RW_LOCK_UNLOCKED, RW_DEP_MAP_INIT(lockname) }
44 #define DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x)

Completed in 454 milliseconds

1 2 3