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

1 2

  /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:__anon6255
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:__anon504
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:__anon1138
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:__anon30508
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:__anon30862
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:__anon31216
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:__anon31635
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:__anon31998
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:__anon32422
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:__anon32784
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:__anon33403
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:__anon33740
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:__anon34535
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:__anon34982
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:__anon35342
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:__anon35682
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:__anon36039
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:__anon36379
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:__anon36736
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:__anon37076
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:__anon37436
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:__anon37781
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:__anon38173
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 700 milliseconds

1 2