condition_variable.c
5.65 KB
-
Solved condition timed wait unsigned overflow bug. · 49f9eb35
The comparison of absolute times was done in a wrong way such that unsigned int overflows occured in the windows implementation when the time to wait for had been passed already. A very big time to wait for resulted, i.e., a deadlock. EMBB-466
bernhard-gatzhammer committed