[win32] merge changes#922,944,949,965,970 from maintbranch
[p5sagit/p5-mst-13.2.git] / os2 / os2thread.h
CommitLineData
dd96f567 1#include <sys/builtin.h>
2#include <sys/fmutex.h>
3#include <sys/rmutex.h>
6ee623d5 4typedef int perl_os_thread;
5
6typedef _rmutex perl_mutex;
7
8/*typedef HEV perl_cond;*/ /* Will include os2.h into all C files. */
9typedef unsigned long perl_cond;
10
11typedef int perl_key;
12
dd96f567 13typedef unsigned long pthread_attr_t;
14#define PTHREADS_INCLUDED
6ee623d5 15#define pthread_attr_init(arg) 0
16#define pthread_attr_setdetachstate(arg1,arg2) 0