HomeSort by relevance Sort by last modified time
    Searched defs:spinlock_t (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon38619
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon39207
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon39653
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon40101
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon40462
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon40820
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon41178
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon41539
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon41932
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon42378
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
spinlock_types.h 21 } spinlock_t; typedef in typeref:struct:__anon42826
37 #define __SPIN_LOCK_UNLOCKED(lockname) (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, SPIN_DEP_MAP_INIT(lockname) }
43 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)
  /external/kernel-headers/original/linux/
spinlock_types.h 32 } spinlock_t; typedef in typeref:struct:__anon9930
68 (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, \
81 (spinlock_t) { .raw_lock = __RAW_SPIN_LOCK_UNLOCKED, \
91 #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x)

Completed in 997 milliseconds

12