summaryrefslogtreecommitdiff
path: root/include/map
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-04-02 21:12:17 +0000
committerEric Fiselier <eric@efcs.ca>2015-04-02 21:12:17 +0000
commit6be02cb83f78d11afb94c3886729ce4198fa61e0 (patch)
tree6019b83d00962d2e1544703ba8a1c0ac6a36f832 /include/map
parent1d55ecf51364279841f140f0255af8f496a7ee3f (diff)
Fix race conditions in test class used throughout the std::thread tests.
The test class 'G' reads and writes to the same static variables in its constructor, destructor and call operator. When threads are constructed using `std::thread t((G()))` there is a race condition between the destruction of the temporary and the execution of `G::operator()()`. The fix is to simply create the input before creating the thread. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@233946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/map')
0 files changed, 0 insertions, 0 deletions