template <typename Lock, typename Option = void, typename Enabled = void>
struct LockPolicyType
Defined at line 210 of file ../../zircon/system/ulib/lockdep/include/lockdep/lock_policy.h
Base lock policy type that simply returns the DefaultLockPolicy. This is the
default policy applied to any lock that is not tagged with the macros above
when the default policy is enabled. The default policy is disabled by default
to avoid mistakes in environments that require validation guards for correct
operation, such as the kernel.