blob: c9395dfd0ca373336a82f0c584e789dc6d17398c [file] [log] [blame]
#include <stdio.h>
#include <pthread.h>
#define NTHREADS 4
#define NUM_ELEMS 12
#define ELEMS_PER_THREAD (NUM_ELEMS/NTHREADS)