diff options
author | 2021-04-04 21:49:30 +1000 | |
---|---|---|
committer | 2021-04-13 15:47:31 +1000 | |
commit | 49d9b81aabce4c7d8491262286a66a55e3698989 (patch) | |
tree | 6cff43724c565e51e7f2a4501c62d063992f4dd5 /gnu/llvm/clang/lib/Basic/Stack.cpp | |
parent | Use malloc instead of pool_* for infrequent allocations (diff) | |
download | wireguard-openbsd-49d9b81aabce4c7d8491262286a66a55e3698989.tar.xz wireguard-openbsd-49d9b81aabce4c7d8491262286a66a55e3698989.zip |
Run all timeouts in process context
So the reason timeouts were running in interrupt context was because it
was quicker. Running in process context required a `task` to be added,
which we ended up doing anyway. So we might as well rely on timeout API
to do it for us.
Diffstat (limited to 'gnu/llvm/clang/lib/Basic/Stack.cpp')
0 files changed, 0 insertions, 0 deletions