Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h70 #define spin_lock(lock) do {LOS_SpinLock(lock);} while (0) macro
82 #define spin_lock(lock) do {(void)(lock);LOS_TaskLock();} while (0) macro