diff options
author | rpj <rpj> | 1998-07-11 05:11:54 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-11 05:11:54 +0000 |
commit | cafd80143a1ab0b51ba086a2c742311d2b1bf0b6 (patch) | |
tree | d2e4e7c2c4497e0a37ae6a79d34c20a01b12fd92 | |
parent | feb77d1c5c5526af7f06fd69645f65c1d97ef0ec (diff) |
Preliminary.
-rw-r--r-- | implement.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/implement.h b/implement.h new file mode 100644 index 0000000..0d21ff9 --- /dev/null +++ b/implement.h @@ -0,0 +1,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; |