genode/repos/libports/src/lib/pthread
Alexander Boettcher 261edf59a9 pthread_cond_timedwait: fix timeout calculation
Due to rounding in the timeout calculation it may happen that the timeout
stored in ms becomes 0, but actually some time (us or ns) are left to wait.
With threads on various priorities (vbox) this may end up in endless loops.

Fixes #2311
2017-03-15 12:32:26 +01:00
..
semaphore.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_create.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread.cc pthread_cond_timedwait: fix timeout calculation 2017-03-15 12:32:26 +01:00
thread.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00