summaryrefslogtreecommitdiff
path: root/implement.h
blob: 3504537d1aa3fe0e6e479937807c6df9f19a8a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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;

typedef struct {
  int proc_shared;
} _pthread_mutexattr_t;