Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 482 → Rev 483

/SPARTAN/trunk/test/fpu/sse1/test.c
41,7 → 41,7
#define DELAY 10000L
#define ATTEMPTS 5
 
static volatile int threads_ok;
static atomic_t threads_ok;
static waitq_t can_start;
 
static void testit1(void *data)