uaa@mandarine0:~$ tar zxpf pthreadbench.tar.gz uaa@mandarine0:~$ cd pthreadbench uaa@mandarine0:~/pthreadbench$ gmake clean rm -rf uncontested context lifecycle wakeup *~ uaa@mandarine0:~/pthreadbench$ gmake cc -lpthread context.c -o context In file included from context.c:1: thread.c: In function 'on_alarm': thread.c:37: warning: incompatible implicit declaration of built-in function 'exit' cc -lpthread lifecycle.c -o lifecycle In file included from lifecycle.c:1: thread.c: In function 'on_alarm': thread.c:37: warning: incompatible implicit declaration of built-in function 'exit' cc -lpthread wakeup.c -o wakeup In file included from wakeup.c:1: thread.c: In function 'on_alarm': thread.c:37: warning: incompatible implicit declaration of built-in function 'exit' cc -lpthread uncontested.c -o uncontested In file included from uncontested.c:1: thread.c: In function 'on_alarm': thread.c:37: warning: incompatible implicit declaration of built-in function 'exit' RUNNING CONTEXT SWITCH TEST 1678239 context switches in 5.00333 sec = 335424 per second 1684611 context switches in 5.00129 sec = 336835 per second 1609455 context switches in 5.00138 sec = 321802 per second 1668888 context switches in 5.00137 sec = 333686 per second 1572036 context switches in 5.00137 sec = 314321 per second RUNNING LIFE CYCLE TEST 160914 threads created in 5.00006 sec = 32182 per second 170099 threads created in 5.00131 sec = 34011 per second 162376 threads created in 5.00203 sec = 32462 per second 164774 threads created in 5.00131 sec = 32946 per second 151492 threads created in 5.00132 sec = 30290 per second RUNNING WAKEUP TEST 301612 wakes ups in 5.00296 sec = 60287 per second 304493 wakes ups in 5.00114 sec = 60885 per second 285537 wakes ups in 5.00119 sec = 57094 per second 311234 wakes ups in 5.00122 sec = 62232 per second 297873 wakes ups in 5.0012 sec = 59560 per second RUNNING UNCONTESTED TEST 34821347 uncontested locks taken in 5.0024 sec = 6960924 per second 34824138 uncontested locks taken in 5.00125 sec = 6963090 per second 34832488 uncontested locks taken in 5.00133 sec = 6964641 per second 34845883 uncontested locks taken in 5.00135 sec = 6967290 per second 34818657 uncontested locks taken in 5.00135 sec = 6961850 per second DONE RUNNING NPTL CONTEXT SWITCH TEST /bin/sh: /usr/src/ianw/libc-obj/testrun.sh: No such file or directory /bin/sh: /usr/src/ianw/libc-obj/testrun.sh: No such file or directory /bin/sh: /usr/src/ianw/libc-obj/testrun.sh: No such file or directory /bin/sh: /usr/src/ianw/libc-obj/testrun.sh: No such file or directory /bin/sh: /usr/src/ianw/libc-obj/testrun.sh: No such file or directory gmake: *** [run] Error 127 uaa@mandarine0:~/pthreadbench$