summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.hp/thr-lib.h
blob: c9395dfd0ca373336a82f0c584e789dc6d17398c (plain)
1
2
3
4
5
6
7
#include <stdio.h>
#include <pthread.h>

#define NTHREADS 	 4
#define NUM_ELEMS	12

#define ELEMS_PER_THREAD (NUM_ELEMS/NTHREADS)