Home
last modified time | relevance | path

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

/system/ulib/lockdep/include/lockdep/
A Dlock_traits.h89 #define LOCK_DEP_INSTRUMENT(containing_type, lock_type) \ argument
90 ::lockdep::LockDep<containing_type, lock_type, __LINE__>
115 #define LOCK_DEP_SINGLETON_LOCK(name, lock_type, ...) \ argument
117 name, lock_type, \
179 #define LOCK_DEP_TRAITS(lock_type, lock_flags) \ argument
183 struct LOCK_DEP_TRAITS<lock_type> { \
186 LOCK_DEP_TRAITS<lock_type> LOCK_DEP_GetLockTraits(lock_type*)
A Dlock_policy.h57 #define LOCK_DEP_POLICY_OPTION(lock_type, option_name, lock_policy) \ argument
58 ::lockdep::AmbiguousOption LOCK_DEP_GetLockPolicyType(lock_type*, void*); \
59 lock_policy LOCK_DEP_GetLockPolicyType(lock_type*, option_name*)
79 #define LOCK_DEP_POLICY(lock_type, lock_policy) \ argument
80 lock_policy LOCK_DEP_GetLockPolicyType(lock_type*, void*)

Completed in 15 milliseconds