import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / thr-lib.h
1 #include <stdio.h>
2 #include <pthread.h>
3
4 #define NTHREADS 4
5 #define NUM_ELEMS 12
6
7 #define ELEMS_PER_THREAD (NUM_ELEMS/NTHREADS)
This page took 0.030473 seconds and 4 git commands to generate.