Searched refs:containing_type (Results 1 – 2 of 2) sorted by relevance
84 #define DECLARE_MUTEX(containing_type) \ argument85 LOCK_DEP_INSTRUMENT(containing_type, fbl::Mutex)95 #define DECLARE_LOCK(containing_type, lock_type) \ argument96 LOCK_DEP_INSTRUMENT(containing_type, lock_type)
126 #define DECLARE_SPINLOCK(containing_type) \ argument127 LOCK_DEP_INSTRUMENT(containing_type, SpinLock)
Completed in 5 milliseconds