summaryrefslogtreecommitdiff
path: root/implement.h
blob: 0d21ff94e5088cd20667d3611554ae08e5ad37d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * implement.h
 *
 * Things that do not belong in pthread.h but may be needed
 * by other parts of this pthreads implementation internally.
 */

/* FIXME: Arbitrary. Need value from Win32.
 */
#define PTHREAD_THREADS_MAX 256;

extern DWORD pthreads_thread_count;