HomeSort by relevance Sort by last modified time
    Searched refs:__lockfunc (Results 1 - 25 of 36) sorted by null

1 2

  /external/kernel-headers/original/linux/
spinlock_api_smp.h 22 void __lockfunc _spin_lock(spinlock_t *lock) __acquires(spinlock_t);
23 void __lockfunc _spin_lock_nested(spinlock_t *lock, int subclass)
25 void __lockfunc _read_lock(rwlock_t *lock) __acquires(rwlock_t);
26 void __lockfunc _write_lock(rwlock_t *lock) __acquires(rwlock_t);
27 void __lockfunc _spin_lock_bh(spinlock_t *lock) __acquires(spinlock_t);
28 void __lockfunc _read_lock_bh(rwlock_t *lock) __acquires(rwlock_t);
29 void __lockfunc _write_lock_bh(rwlock_t *lock) __acquires(rwlock_t);
30 void __lockfunc _spin_lock_irq(spinlock_t *lock) __acquires(spinlock_t);
31 void __lockfunc _read_lock_irq(rwlock_t *lock) __acquires(rwlock_t);
32 void __lockfunc _write_lock_irq(rwlock_t *lock) __acquires(rwlock_t)
    [all...]
smp_lock.h 10 extern int __lockfunc __reacquire_kernel_lock(void);
11 extern void __lockfunc __release_kernel_lock(void);
40 extern void __lockfunc lock_kernel(void) __acquires(kernel_lock);
41 extern void __lockfunc unlock_kernel(void) __releases(kernel_lock);
spinlock.h 73 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
80 extern int __lockfunc generic__raw_read_trylock(raw_rwlock_t *lock);
  /bionic/libc/kernel/common/linux/
spinlock.h 34 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /development/ndk/platforms/android-3/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
spinlock.h 30 #define __lockfunc fastcall __attribute__((section(".spinlock.text"))) macro

Completed in 211 milliseconds

1 2