view BlockingQueue.h @ 50:93a5782d064b

adding netbeans project directories to repository
author Sean Halle <seanhalle@yahoo.com>
date Fri, 14 Feb 2014 07:54:22 -0800
parents 1ea30ca7093c
children
line source
1 /*
2 * File: BlockingQueue.h
3 * Author: SeanHalle@yahoo.com
4 *
5 * Created on November 11, 2009, 12:51 PM
6 */
8 #ifndef _BLOCKINGQUEUE_H
9 #define _BLOCKINGQUEUE_H
11 #include <PR__include/PR__primitive_data_types.h>
12 #include <PR__include/prmalloc.h>
15 #define TRUE 1
16 #define FALSE 0
18 #define LOCKED 1
19 #define UNLOCKED 0
21 #endif /* _BLOCKINGQUEUE_H */