some more work on threading but not complete yet

This commit is contained in:
Aris Adamantiadis
2010-08-31 16:49:55 +02:00
parent bcc2d8474c
commit 50d8d75d89
2 changed files with 54 additions and 27 deletions

View File

@@ -3,8 +3,8 @@
#include <pthread.h>
#include "torture.h"
#define NUM_LOOPS 50000
#define NUM_THREADS 200
#define NUM_LOOPS 1000
#define NUM_THREADS 100
static void setup(){
ssh_init();