Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
README | H A D | 25-Feb-2000 | 479 | 15 | 9 | |
mttest.c | H A D | 27-Dec-2003 | 26.9 KiB | 1,212 | 957 | |
netware.bat | H A D | 28-Nov-2003 | 2.1 KiB | 80 | 60 | |
profile.sh | H A D | 25-Feb-2000 | 152 | 5 | 2 | |
ptest.bat | H A D | 25-Feb-2000 | 116 | 5 | 2 | |
pthread.sh | H A D | 25-Feb-2000 | 190 | 10 | 2 | |
pthread2.sh | H A D | 25-Feb-2000 | 183 | 8 | 2 | |
pthreads-vms.com | H A D | 26-Feb-2000 | 288 | 10 | 9 | |
purify.sh | H A D | 25-Feb-2000 | 135 | 5 | 2 | |
solaris.sh | H A D | 25-Feb-2000 | 128 | 5 | 2 | |
th-lock.c | H A D | 20-Mar-2003 | 9.4 KiB | 388 | 270 | |
win32.bat | H A D | 25-Feb-2000 | 113 | 5 | 2 |
README
1Mutithreading testing area. 2 3Since this stuff is very very platorm specific, this is not part of the 4normal build. Have a read of doc/threads.doc. 5 6mttest will do some testing and will currently build under Windows NT/95, 7Solaris and Linux. The IRIX stuff is not finished. 8 9I have tested this program on a 12 CPU ultra sparc box (solaris 2.5.1) 10and things seem to work ok. 11 12The Linux pthreads package can be retrieved from 13http://www.mit.edu:8001/people/proven/pthreads.html 14 15