Home
last modified time | relevance | path

Searched refs:__NO_LOCK_ANALYSIS (Results 1 – 3 of 3) sorted by relevance

/sys/include/
Dcdefs.h23 #define __NO_LOCK_ANALYSIS __attribute__((no_thread_safety_analysis)) macro
31 #define __NO_LOCK_ANALYSIS macro
/sys/kern/
Dspinlock.c75 Spinlock_Lock(Spinlock *lock) __NO_LOCK_ANALYSIS in Spinlock_Lock()
109 Spinlock_Unlock(Spinlock *lock) __NO_LOCK_ANALYSIS in Spinlock_Unlock()
Dthread.c314 ThreadKThreadEntry(TrapFrame *tf) __NO_LOCK_ANALYSIS in ThreadKThreadEntry()