comparison PrivateQueue.h @ 23:c3049c8bd0fe

chgd brch tag filename
author Me@portablequad
date Mon, 13 Feb 2012 10:36:44 -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