1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include
Fangrui Song b31d20d634 [Support/Parallel] Use lock_guard which has less overhead than unique_lock.
Summary: unique_lock has the overhead of tracking ownership status and the owner.

Reviewers: grimar, zturner

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D44698

llvm-svn: 328271
2018-03-22 23:40:02 +00:00
..
llvm [Support/Parallel] Use lock_guard which has less overhead than unique_lock. 2018-03-22 23:40:02 +00:00
llvm-c Reapply Support layering fixes. 2018-03-21 17:31:49 +00:00