Home
last modified time | relevance | path

Searched refs:containing_type (Results 1 – 2 of 2) sorted by relevance

/kernel/include/kernel/
A Dmutex.h84 #define DECLARE_MUTEX(containing_type) \ argument
85 LOCK_DEP_INSTRUMENT(containing_type, fbl::Mutex)
95 #define DECLARE_LOCK(containing_type, lock_type) \ argument
96 LOCK_DEP_INSTRUMENT(containing_type, lock_type)
A Dspinlock.h126 #define DECLARE_SPINLOCK(containing_type) \ argument
127 LOCK_DEP_INSTRUMENT(containing_type, SpinLock)

Completed in 5 milliseconds