comparison PrivateQueue.h @ 45:179144f26c9d

hide animating VP and entry point
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 15 May 2013 15:28:42 +0200
parents 8fcbe46de60a
children
comparison
equal deleted inserted replaced
18:0536743927c2 21:022d9f75f25f
17 #define FALSE 0 17 #define FALSE 0
18 18
19 #define LOCKED 1 19 #define LOCKED 1
20 #define UNLOCKED 0 20 #define UNLOCKED 0
21 21
22 #define DEBUG_PRIVATE_Q 22 //#define DEBUG_PRIVATE_Q
23 23
24 /* It is the data that is shared so only need one mutex. */ 24 /* It is the data that is shared so only need one mutex. */
25 typedef struct 25 typedef struct
26 { void **insertPos; 26 { void **insertPos;
27 void **extractPos; 27 void **extractPos;