Searched defs:spin_lock (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dqemu-lock.h25 #define spin_lock pthread_mutex_lock macro
41 static inline void spin_lock(spinlock_t *lock) function
/external/kernel-headers/original/linux/
H A Dspinlock.h166 * Define the various spin_lock and rw_lock methods. Note we define these
174 #define spin_lock(lock) _spin_lock(lock) macro

Completed in 110 milliseconds