openssl/crypto/threads
Richard Levitte 2d2d31394a Update the two threads modules to conform to our recommendations (use
CRYPTO_num_locks() instead of CRYPTO_NUM_LOCKS!), and correct all the
inconsistencies with the rest of OpenSSL.

At least, this compiles nicely on Linux using PTHREADS.  I've done no
other tests so far.
2000-02-25 23:16:56 +00:00
..
mttest.c Update the two threads modules to conform to our recommendations (use 2000-02-25 23:16:56 +00:00
profile.sh mt contained an old copy of mttest.c. remove it and move the other 2000-02-25 14:40:31 +00:00
ptest.bat mt contained an old copy of mttest.c. remove it and move the other 2000-02-25 14:40:31 +00:00
pthread.sh mt contained an old copy of mttest.c. remove it and move the other 2000-02-25 14:40:31 +00:00
purify.sh mt contained an old copy of mttest.c. remove it and move the other 2000-02-25 14:40:31 +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 mt contained an old copy of mttest.c. remove it and move the other 2000-02-25 14:40:31 +00:00
th-lock.c Update the two threads modules to conform to our recommendations (use 2000-02-25 23:16:56 +00:00
win32.bat mt contained an old copy of mttest.c. remove it and move the other 2000-02-25 14:40:31 +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