CPN
Computational Process Networks
Macros
PthreadDefs.h File Reference
#include <cpn/common.h>
#include <unistd.h>
#include <pthread.h>
+ Include dependency graph for PthreadDefs.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define POSIX_PRIO_NONE   PTHREAD_PRIO_NONE
 
#define POSIX_PRIO_INHERIT   PTHREAD_PRIO_INHERIT
 
#define POSIX_PRIO_PROTECT   PTHREAD_PRIO_PROTECT
 

Macro Definition Documentation

#define POSIX_PRIO_INHERIT   PTHREAD_PRIO_INHERIT

Definition at line 66 of file PthreadDefs.h.

#define POSIX_PRIO_NONE   PTHREAD_PRIO_NONE

Definition at line 65 of file PthreadDefs.h.

#define POSIX_PRIO_PROTECT   PTHREAD_PRIO_PROTECT

Definition at line 67 of file PthreadDefs.h.