Subversion Repositories HelenOS-historic

Rev

Rev 329 | Rev 501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 329 Rev 483
Line 39... Line 39...
39
 
39
 
40
#define THREADS     50
40
#define THREADS     50
41
#define DELAY       10000L
41
#define DELAY       10000L
42
#define ATTEMPTS        5
42
#define ATTEMPTS        5
43
 
43
 
44
static volatile int threads_ok;
44
static atomic_t threads_ok;
45
static waitq_t can_start;
45
static waitq_t can_start;
46
 
46
 
47
static void testit1(void *data)
47
static void testit1(void *data)
48
{
48
{
49
    int i;
49
    int i;