diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2019-08-07 11:59:57 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2019-08-07 11:59:57 +0000 |
commit | ea134f221f2a5c075b7539876a444b4a07362912 (patch) | |
tree | e72fb173590d83507dbee191ed72c5e5ba1f30c2 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | e57b60f321024064353b46489cfb25ee01fd55d7 (diff) | |
download | bcm5719-llvm-ea134f221f2a5c075b7539876a444b4a07362912.tar.gz bcm5719-llvm-ea134f221f2a5c075b7539876a444b4a07362912.zip |
[Support] Base SmartMutex on std::recursive_mutex
- Remove support for non-recursive mutexes. This was unused.
- The std::recursive_mutex is now created/destroyed unconditionally.
Locking is still only done if threading is enabled.
- Alias SmartScopedLock to std::lock_guard.
This should make no semantic difference on the existing APIs.
llvm-svn: 368158
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions