Project
Loading...
Searching...
No Matches
pthread_mutex_win32_wrapper.h File Reference
#include <windows.h>
#include <winbase.h>

Go to the source code of this file.

Macros

#define EBUSY   WAIT_TIMEOUT
 
#define EAGAIN   WAIT_TIMEOUT
 

Typedefs

typedef HANDLE pthread_mutex_t
 
typedef HANDLE pthread_t
 
typedef HANDLE sem_t
 

Detailed Description

Author
David Rohr

Definition in file pthread_mutex_win32_wrapper.h.

Macro Definition Documentation

◆ EAGAIN

#define EAGAIN   WAIT_TIMEOUT

Definition at line 29 of file pthread_mutex_win32_wrapper.h.

◆ EBUSY

#define EBUSY   WAIT_TIMEOUT

Definition at line 25 of file pthread_mutex_win32_wrapper.h.

Typedef Documentation

◆ pthread_mutex_t

typedef HANDLE pthread_mutex_t

Definition at line 20 of file pthread_mutex_win32_wrapper.h.

◆ pthread_t

typedef HANDLE pthread_t

Definition at line 21 of file pthread_mutex_win32_wrapper.h.

◆ sem_t

typedef HANDLE sem_t

Definition at line 22 of file pthread_mutex_win32_wrapper.h.