mirror of
https://github.com/openssl/openssl.git
synced 2024-12-22 16:33:51 +08:00
2d2d31394a
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. |
||
---|---|---|
.. | ||
mttest.c | ||
profile.sh | ||
ptest.bat | ||
pthread.sh | ||
purify.sh | ||
README | ||
solaris.sh | ||
th-lock.c | ||
win32.bat |
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