Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
comparison BlockingQueue.h @ 28:dabefab7d264
fixed include paths -- paths should be set in Netbeans as project settings
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 09 Mar 2012 22:12:01 -0800 |
| parents | 08f0b4da7610 |
| children | 555cc068a79a |
comparison
equal
deleted
inserted
replaced
| 2:d2445bbc0419 | 4:76f23b4da14f |
|---|---|
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef _BLOCKINGQUEUE_H | 8 #ifndef _BLOCKINGQUEUE_H |
| 9 #define _BLOCKINGQUEUE_H | 9 #define _BLOCKINGQUEUE_H |
| 10 | 10 |
| 11 #include "pthread.h" | 11 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" |
| 12 #include "../../VMS_Implementations/VMS_impl/vmalloc.h" | |
| 12 | 13 |
| 13 | 14 |
| 14 #define TRUE 1 | 15 #define TRUE 1 |
| 15 #define FALSE 0 | 16 #define FALSE 0 |
| 16 | 17 |
