OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mttest
(Results
1 - 6
of
6
) sorted by null
/external/openssl/crypto/threads/
pthread.sh
7
/bin/rm -f
mttest
8
pgcc -DPTHREADS -I../../include -g
mttest
.c -o
mttest
-L../.. -lssl -lcrypto
pthread2.sh
5
/bin/rm -f
mttest
6
gcc -DPTHREADS -I../../include -g
mttest
.c -o
mttest
-L../.. -lssl -lcrypto -lpthread
purify.sh
2
/bin/rm -f
mttest
3
purify cc -DSOLARIS -I../../include -g
mttest
.c -o
mttest
-L../.. -lthread -lssl -lcrypto -lnsl -lsocket
solaris.sh
2
/bin/rm -f
mttest
3
cc -DSOLARIS -I../../include -g
mttest
.c -o
mttest
-L../.. -lthread -lssl -lcrypto -lnsl -lsocket
profile.sh
2
/bin/rm -f
mttest
3
cc -p -DSOLARIS -I../../include -g
mttest
.c -o
mttest
-L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
netware.bat
2
rem batch file to build multi-thread test (
mttest
.nlm )
8
rem After building, copy
mttest
.nlm to the server and run it, you'll probably
10
rem "
mttest
.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >
mttest
.out 2>
mttest
.err"
13
del
mttest
.nlm
36
echo Generating Metrowerks command file:
mttest
.def
37
echo # dynamically generated command file for metrowerks build >
mttest
.def
38
echo IMPORT @%IMPORTS%\clib.imp >>
mttest
.def
39
echo IMPORT @%IMPORTS%\threads.imp >>
mttest
.def
[
all
...]
Completed in 60 milliseconds