]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.hp/thr-lib.h
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/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)