diff options
author | DeLesley Hutchins <delesley@google.com> | 2015-02-04 21:16:17 +0000 |
---|---|---|
committer | DeLesley Hutchins <delesley@google.com> | 2015-02-04 21:16:17 +0000 |
commit | 3c355aa24d93e0ebb65ba0631d14169ddab0cdfb (patch) | |
tree | 1418fb691614e2c73d040b4d25d71a51d8abdd15 /llvm/lib/CodeGen | |
parent | 52a25237d894fd5736a90f11df2c5c9391d13fd5 (diff) | |
download | bcm5719-llvm-3c355aa24d93e0ebb65ba0631d14169ddab0cdfb.tar.gz bcm5719-llvm-3c355aa24d93e0ebb65ba0631d14169ddab0cdfb.zip |
Thread Safety Analysis: support adopting of locks, as implemented in
std::lock_guard. If EXCLUSIVE_LOCKS_REQUIRED is placed on the constructor of
a SCOPED_LOCKABLE class, then that constructor is assumed to adopt the lock;
e.g. the lock must be held on construction, and will be released on destruction.
llvm-svn: 228194
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions