Use the Initialize/Terminate pattern for the global thread pool to make sure it gets flushed during teardown.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D131407
[lldb] Flush the global thread pool in Debugger::Terminate ClosedPublic Authored by JDevlieghere on Aug 8 2022, 8:42 AM.
Details Summary Use the Initialize/Terminate pattern for the global thread pool to make sure it gets flushed during teardown.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 15 2022, 5:21 PM Closed by commit rG8d36a82d0a3d: [lldb] Flush the global thread pool in Debugger::Terminate (authored by JDevlieghere). · Explain WhyAug 15 2022, 5:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 452860 lldb/source/Core/Debugger.cpp
|