mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
fix #4763: shell not finishing before hard timeout
The timer thread for the hard timeout was leaking and thus the thread only exited on timeout
This commit is contained in:
parent
0e1def5bd6
commit
1730bc7c7f
4 changed files with 9 additions and 9 deletions
|
@ -21,4 +21,5 @@ Revision History:
|
|||
void register_on_timeout_proc(void (*proc)());
|
||||
|
||||
void set_timeout(long ms);
|
||||
void disable_timeout();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue