commit | 1fe7b2f133f45592f9dedb3254e9aeee7d50f32d | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Thu May 05 17:52:42 2016 -0700 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Fri May 06 16:01:54 2016 -0700 |
tree | d678f55e331bfd14b31fc0d4f854972c06061504 | |
parent | ee6dadfbec14f21c30a8188bc1afa40d0ba35510 [diff] |
add pthread_mutex_protects_3() -- semantic helper This will be our helper for making modifications of code. It hints as to what data items a mutex protects. It does not hing at run time code for production and in-tree. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>