mirror of
https://github.com/Z3Prover/z3
synced 2026-02-10 02:50:55 +00:00
cleanup thread pool of scoped_timer on memory finalize
but keep it alive on Z3_memory_reset()
This commit is contained in:
parent
0213af3c61
commit
4e9035d4b9
5 changed files with 37 additions and 22 deletions
|
|
@ -27,9 +27,3 @@ public:
|
|||
scoped_timer(unsigned ms, event_handler * eh);
|
||||
~scoped_timer();
|
||||
};
|
||||
|
||||
/*
|
||||
ADD_FINALIZER('finalize_scoped_timer();')
|
||||
*/
|
||||
|
||||
void finalize_scoped_timer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue