summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/pthread/rwlock7.c
Commit message (Collapse)AuthorAgeFilesLines
* * winsup.api/pthread/rwlock7.c (main): Don't assume that result of randChristopher Faylor2003-12-241-1/+2
| | | | operation is non-zero.
* * winsup.api/pthread/condvar7.c (mythread): CastThomas Pfaff2003-03-271-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 Pfaff2003-03-181-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.