Mathias Agopian
9e39004b1f
Add wait_for and wait_until to our Condition implementation
...
We're using timed condition variable in one place, but the STL version
pulls in a lot of code because it does clock calculations in
"long double" (!!!!). Since we already had an implementation
of condition_variable, we just add the timed version.
This saves several KiB of code.
Also don't use unique_lock() lock/unlock because it can throw exceptions.
2018-11-21 13:46:07 -08:00
..
2018-08-03 10:38:22 -07:00
2018-11-21 13:46:07 -08:00
2018-08-06 10:36:54 -07:00
2018-08-22 14:55:17 -07:00
2018-11-06 13:44:35 -08:00
2018-11-06 13:21:09 -08:00
2018-08-03 10:38:22 -07:00
2018-08-22 14:55:17 -07:00
2018-10-03 20:13:17 -07:00
2018-08-03 10:38:22 -07:00
2018-11-08 11:50:00 -08:00
2018-08-03 10:38:22 -07:00
2018-08-10 20:53:58 -07:00
2018-11-21 13:46:07 -08:00
2018-08-10 20:53:58 -07:00
2018-10-03 20:13:17 -07:00
2018-10-03 20:13:17 -07:00
2018-11-12 14:11:31 -08:00
2018-08-10 20:53:58 -07:00
2018-11-12 14:11:31 -08:00
2018-11-08 11:50:00 -08:00
2018-10-03 20:13:17 -07:00
2018-08-03 10:38:22 -07:00
2018-08-10 20:53:58 -07:00
2018-11-08 11:50:00 -08:00
2018-08-23 12:46:45 -07:00
2018-08-03 10:38:22 -07:00
2018-08-10 20:53:58 -07:00
2018-10-03 20:13:17 -07:00
2018-08-20 16:45:16 -07:00
2018-08-10 20:53:58 -07:00
2018-08-03 10:38:22 -07:00
2018-08-03 10:38:22 -07:00
2018-08-03 10:38:22 -07:00
2018-08-10 20:53:58 -07:00
2018-08-03 10:38:22 -07:00
2018-08-03 10:38:22 -07:00
2018-08-10 20:53:58 -07:00