mirror of
https://github.com/Z3Prover/z3
synced 2026-02-27 10:35:38 +00:00
fix for spurious wakeups in scoped_timer (#6102)
This commit is contained in:
parent
41deed59a3
commit
a7b41c49fe
2 changed files with 16 additions and 14 deletions
|
|
@ -29,6 +29,8 @@ public:
|
|||
~scoped_timer();
|
||||
static void initialize();
|
||||
static void finalize();
|
||||
private:
|
||||
void init_state(unsigned ms, event_handler * eh);
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue