summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-01-19 20:35:29 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-01-19 20:35:29 +0000
commit96a58cc251354954241aa2c9008b25d98daaad92 (patch)
tree383d379fe8bbf5026a5a0cdea4a376485c65b318 /iwyu.json
parentFactor to support worlds, objects, windows etc (diff)
downloadilt-96a58cc251354954241aa2c9008b25d98daaad92.tar.bz2
ilt-96a58cc251354954241aa2c9008b25d98daaad92.tar.xz
ilt-96a58cc251354954241aa2c9008b25d98daaad92.zip
Add basic work and worker thread pool
Well... that requires GCC 11 cos 10 doesn't implement semaphore.
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
index ccf35c5..ee63d1c 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -38,5 +38,13 @@
"<glm/gtx/transform.hpp>",
"public"
]
+ },
+ {
+ "symbol": [
+ "std::__atomic_wait",
+ "private",
+ "<mutex>",
+ "public"
+ ]
}
]