openssl/crypto/threads
Richard Levitte 26a3a48d65 There have been a number of complaints from a number of sources that names
like Malloc, Realloc and especially Free conflict with already existing names
on some operating systems or other packages.  That is reason enough to change
the names of the OpenSSL memory allocation macros to something that has a
better chance of being unique, like prepending them with OPENSSL_.

This change includes all the name changes needed throughout all C files.
2000-06-01 22:19:21 +00:00
..
mttest.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
profile.sh Adjust all the old scripts to deal with the new location. 2000-02-25 23:18:27 +00:00
ptest.bat Adjust all the old scripts to deal with the new location. 2000-02-25 23:18:27 +00:00
pthread.sh Adjust all the old scripts to deal with the new location. 2000-02-25 23:18:27 +00:00
pthread2.sh New script to compile on systems that already have pthreads in the 2000-02-25 23:17:46 +00:00
pthreads-vms.com A small script to compile mttest.c on VMS as well. 2000-02-26 11:17:33 +00:00
purify.sh Adjust all the old scripts to deal with the new location. 2000-02-25 23:18:27 +00:00
README mt contained an old copy of mttest.c. remove it and move the other 2000-02-25 14:40:31 +00:00
solaris.sh Adjust all the old scripts to deal with the new location. 2000-02-25 23:18:27 +00:00
th-lock.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
win32.bat Adjust all the old scripts to deal with the new location. 2000-02-25 23:18:27 +00:00

Mutithreading testing area.

Since this stuff is very very platorm specific, this is not part of the
normal build.  Have a read of doc/threads.doc.

mttest will do some testing and will currently build under Windows NT/95,
Solaris and Linux.  The IRIX stuff is not finished.

I have tested this program on a 12 CPU ultra sparc box (solaris 2.5.1)
and things seem to work ok.

The Linux pthreads package can be retrieved from 
http://www.mit.edu:8001/people/proven/pthreads.html