History log of /fuchsia/zircon/system/ulib/lockdep/lock_dep.cpp
Revision Date Author Comments
# 3079aee3 13-Jun-2018 Corey Tabaka <eieio@google.com>

[lockdep] Runtime lock dependency tracking library.

This is a set of template types that implements runtime lock
dependency tracking to detect lock ordering problems based on
online observations of locking patterns. The approach uses only
statically allocated data structures and lock-free, wait-free
algorithms to track and analyze the runtime program behavior.

Bug: ZX-23
Test: k ut lock_dep_tests passes.

Change-Id: I440e1389ec26f00c250e266ee75709d1f90440b8