comparison PrivateQueue.h @ 20:b5ae7fbb1f01

Created MC_shared brch
author Me@portablequad
date Sat, 11 Feb 2012 20:37:52 -0800
parents 1ed562d601d9
children bd38feb38c80
comparison
equal deleted inserted replaced
6:659990943990 7:4929d14d4142
6 */ 6 */
7 7
8 #ifndef _PRIVATE_QUEUE_H 8 #ifndef _PRIVATE_QUEUE_H
9 #define _PRIVATE_QUEUE_H 9 #define _PRIVATE_QUEUE_H
10 10
11 #include <pthread.h> 11
12 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h"
13 #include "../../VMS_Implementations/VMS_impl/vmalloc.h"
14
12 15
13 #define TRUE 1 16 #define TRUE 1
14 #define FALSE 0 17 #define FALSE 0
15 18
16 #define LOCKED 1 19 #define LOCKED 1