3
0
Fork 0
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:
Felix Kohlgrüber 2022-06-22 11:50:19 +02:00 committed by GitHub
parent 41deed59a3
commit a7b41c49fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 14 deletions

View file

@ -29,6 +29,8 @@ public:
~scoped_timer();
static void initialize();
static void finalize();
private:
void init_state(unsigned ms, event_handler * eh);
};
/*