Fix a bug in pthread_cond_timedwait() wrapper.
The assert() in tt_pthraed_error() would always fail, since it was checking for e == 0, and e could be equal to ETIMEDWAIT.
Please register or sign in to comment
The assert() in tt_pthraed_error() would always fail, since it was checking for e == 0, and e could be equal to ETIMEDWAIT.