Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-10 | *** empty log message *** | rpj | |
2003-12-10 | Fix timeout calculations. | rpj | |
2003-08-19 | Updated Copyright notice (date and contact address). | rpj | |
2002-07-30 | * pthread_cond_wait.c (ptw32_cond_wait_cleanup): | rpj | |
Remove code designed to avoid/prevent spurious wakeup problems. It is believed that the sem_timedwait() call is consuming a CV signal that it shouldn't and this is breaking the avoidance logic. | |||
2002-07-30 | * sem_timedwait.c (sem_timedwait): Tighten checks for | rpj | |
unreasonable abstime values - that would result in unexpected timeout values. * w32_CancelableWait.c (ptw32_cancelable_wait): Tighten up return value checking and add comments. | |||
2002-02-18 | Major reorganisation of source code; new routine and tests added. | rpj | |