Files
Z3Prover-z3/src
Dan Liew b5aa6d5eb5 Fix issue with bd1f07f864 pointed out by
@nunolopes .

If `pthread_cond_signal()` is called while `m_mutex` is held then the
timing thread might be woken up twice due to waking up from
`pthread_cond_timeout()` (due to being signaled) but then being forced
to sleep again because the thread calling `~imp()` is still holding
`m_mutex` (which the timing thread needs to acquire).
2016-12-19 22:36:42 +00:00
..
2016-12-10 13:14:36 +01:00
2016-07-09 13:28:39 -07:00
2016-08-20 17:57:00 -04:00
2016-12-18 14:49:45 -08:00