From 96a58cc251354954241aa2c9008b25d98daaad92 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 19 Jan 2021 20:35:29 +0000 Subject: Add basic work and worker thread pool Well... that requires GCC 11 cos 10 doesn't implement semaphore. --- iwyu.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'iwyu.json') diff --git a/iwyu.json b/iwyu.json index ccf35c5..ee63d1c 100644 --- a/iwyu.json +++ b/iwyu.json @@ -38,5 +38,13 @@ "", "public" ] + }, + { + "symbol": [ + "std::__atomic_wait", + "private", + "", + "public" + ] } ] -- cgit v1.2.3