diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ typedef CRITICAL_SECTION pthread_mutex_t; typedef DWORD pthread_key_t; typedef struct { + size_t stacksize; +} pthread_attr_t; + +typedef struct { enum { SIGNAL, BROADCAST, NUM_EVENTS }; /* Signal and broadcast event HANDLEs. */ |