Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
annotate 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 |
| rev | line source |
|---|---|
| Me@5 | 1 /* |
| Me@5 | 2 * File: BlockingQueue.h |
| Me@5 | 3 * Author: SeanHalle@yahoo.com |
| Me@5 | 4 * |
| Me@5 | 5 * Created on November 11, 2009, 12:51 PM |
| Me@5 | 6 */ |
| Me@5 | 7 |
| seanhalle@31 | 8 #ifndef _BLOCKINGQUEUE_H |
| Me@5 | 9 #define _BLOCKINGQUEUE_H |
| Me@5 | 10 |
| seanhalle@49 | 11 #include <PR__include/PR__primitive_data_types.h> |
| seanhalle@49 | 12 #include <PR__include/prmalloc.h> |
| Me@5 | 13 |
| Me@5 | 14 |
| Me@5 | 15 #define TRUE 1 |
| Me@5 | 16 #define FALSE 0 |
| Me@5 | 17 |
| Me@5 | 18 #define LOCKED 1 |
| Me@5 | 19 #define UNLOCKED 0 |
| Me@5 | 20 |
| Me@5 | 21 #endif /* _BLOCKINGQUEUE_H */ |
| Me@5 | 22 |
