Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * winsup.api/pthread/rwlock7.c (main): Don't assume that result of rand | Christopher Faylor | 2003-12-24 | 1 | -1/+2 |
| | | | | operation is non-zero. | ||||
* | * winsup.api/pthread/condvar7.c (mythread): Cast | Thomas Pfaff | 2003-03-27 | 1 | -2/+2 |
| | | | | | | | | pthread_mutex_unlock argument of pthread_cleanup_push to void *, preventing a compiler warning / testsuite failure. * winsup.api/pthread/condvar9.c (mythread): Likewise. * winsup.api/pthread/rwlock7.c (main): Use ftime instead of _ftime. | ||||
* | * winsup.api/pthread/rwlock1.c: New test. | Thomas Pfaff | 2003-03-18 | 1 | -0/+189 |
* winsup.api/pthread/rwlock2.c: Ditto. * winsup.api/pthread/rwlock3.c: Ditto. * winsup.api/pthread/rwlock4.c: Ditto. * winsup.api/pthread/rwlock5.c: Ditto. * winsup.api/pthread/rwlock6.c: Ditto. * winsup.api/pthread/rwlock7.c: Ditto. |