newlib-cygwin/winsup/testsuite/winsup.api/pthread
Christopher Faylor 9b978ffe8b * libltp/include/test.h: Fix C warnings.
* winsup.api/checksignal.c: Ditto.
* winsup.api/crlf.c: Ditto.
* winsup.api/devzero.c: Ditto.
* winsup.api/iospeed.c: Ditto.
* winsup.api/mmaptest01.c: Ditto.
* winsup.api/mmaptest02.c: Ditto.
* winsup.api/mmaptest03.c: Ditto.
* winsup.api/mmaptest04.c: Ditto.
* winsup.api/nullgetcwd.c: Ditto.
* winsup.api/sigchld.c: Ditto.
* winsup.api/signal-into-win32-api.c: Ditto.
* winsup.api/systemcall.c: Ditto.
* winsup.api/waitpid.c: Ditto.
* winsup.api/pthread/mainthreadexits.c: Ditto.
* winsup.api/pthread/test.h: Ditto.
* winsup.api/pthread/threadidafterfork.c: Ditto.
* Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.
2003-01-23 21:21:28 +00:00
..
cancel1.c * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32 2002-07-04 15:18:35 +00:00
cancel2.c * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32 2002-07-04 15:18:35 +00:00
cancel3.c * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32 2002-07-04 15:18:35 +00:00
cancel4.c * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32 2002-07-04 15:18:35 +00:00
cancel5.c * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32 2002-07-04 15:18:35 +00:00
cancel6.c Add winsup.api/pthread/cancel6.c 2003-01-14 20:03:41 +00:00
cancel7.c Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c 2003-01-14 20:09:13 +00:00
cancel8.c Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c 2003-01-14 20:09:13 +00:00
cancel9.c * winsup.api/pthread/cancel9.c: Wait in mainthread until child process has terminated. 2003-01-21 20:51:14 +00:00
cancel10.c Add winsup.api/pthread/cancel10.c 2003-01-14 20:22:20 +00:00
cleanup2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
cleanup3.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar2_1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar3.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar3_1.c * winsup.api/pthread/condvar3_1.c: Fix debugging output. 2001-11-17 21:15:47 +00:00
condvar3_2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar3_3.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar4.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar5.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar6.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
condvar8.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
count1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
create1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
create2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
equal1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
exit1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
exit2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
exit3.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
inherit1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
join0.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
join1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
join2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
mainthreadexits.c * libltp/include/test.h: Fix C warnings. 2003-01-23 21:21:28 +00:00
mutex1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
mutex1d.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex1e.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex1r.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
mutex2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
mutex3.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
mutex4.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex5.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex6d.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex6e.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex6r.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
mutex7.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex7d.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex7e.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
mutex7r.c Add pthread_mutex tests 2003-01-09 20:51:55 +00:00
once1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
priority1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
priority2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
self1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
self2.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00
test.h * libltp/include/test.h: Fix C warnings. 2003-01-23 21:21:28 +00:00
threadidafterfork.c * libltp/include/test.h: Fix C warnings. 2003-01-23 21:21:28 +00:00
tsd1.c * winsup.api/pthread/: New directory. Ports of pthread functionality 2001-11-15 11:19:48 +00:00