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:__anon18187
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:__anon43452
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:__anon43806
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:__anon44160
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:__anon44579
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:__anon44942
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:__anon45366
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:__anon45728
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:__anon46347
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:__anon46684
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:__anon47479
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:__anon47926
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:__anon48286
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:__anon48626
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:__anon48983
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:__anon49323
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:__anon49680
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:__anon50020
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:__anon50380
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:__anon50725
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:__anon51117
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 1244 milliseconds

1 2 3