Commit 538d2740 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Store acquired locks in a thread-local variable.

Compare the release locks to the acquired locks.

More interestingly, in further commits this will allow us to annotate
functions to verify the appropriate locks are held at runtime, and
head off potential sources of corruption.

Only enabled on development builds.
parent 7497c45c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment