Arcady Goldmints-Orlov
f83eeaebf5
Use std::call_once in spv::Parameterize()
...
There was a race condition in this function as it used a static variable
to attempt to ensure global initialization was only done once, which was
not thread-safe. Instead, use std::call_once, which was added to C++11
for this exact case.
Fixes #342
2023-12-11 20:03:16 +00:00
..
2023-12-11 20:03:12 +00:00
2018-09-12 10:34:54 +02:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2019-02-21 11:05:21 -05:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2018-03-02 12:36:02 -07:00
2023-12-11 20:03:14 +00:00
2023-12-11 20:03:15 +00:00
2023-12-11 20:03:15 +00:00
2023-12-11 20:03:14 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2019-10-29 15:33:54 -04:00
2020-03-21 03:20:25 -04:00
2019-08-20 23:21:56 -06:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:14 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:14 +00:00
2023-12-11 20:03:14 +00:00