mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 01:46:15 +00:00
ensure that timeouts are distinguished from other cancel events #848
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7d8c745c89
commit
7a977f0106
10 changed files with 55 additions and 10 deletions
|
@ -85,7 +85,7 @@ struct scoped_timer::imp {
|
|||
obj->m_first = false;
|
||||
}
|
||||
else {
|
||||
obj->m_eh->operator()();
|
||||
obj->m_eh->operator()(TIMEOUT_EH_CALLER);
|
||||
}
|
||||
}
|
||||
#elif defined(__APPLE__) && defined(__MACH__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue