1 /* Trivial test of thread startup. */
12 static void function(void *dummy
)
14 int iam
= omp_get_thread_num ();
17 nthr
= omp_get_num_threads ();
26 GOMP_parallel_start (function
, NULL
, 2);
35 memset (saw
, 0, sizeof (saw
));
37 GOMP_parallel_start (function
, NULL
, 3);