Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
comparison BlockingQueue.h @ 42:c54f7e0a9d11
fix peek + debug code
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 06 Mar 2013 14:33:55 +0100 |
| parents | b5ae7fbb1f01 |
| children | d01d48b023ca |
comparison
equal
deleted
inserted
replaced
| 4:76f23b4da14f | 5:03dfbd052cb9 |
|---|---|
| 3 * Author: SeanHalle@yahoo.com | 3 * Author: SeanHalle@yahoo.com |
| 4 * | 4 * |
| 5 * Created on November 11, 2009, 12:51 PM | 5 * Created on November 11, 2009, 12:51 PM |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef _BLOCKINGQUEUE_H | 8 #ifndef _BLOCKINGQUEUE_H |
| 9 #define _BLOCKINGQUEUE_H | 9 #define _BLOCKINGQUEUE_H |
| 10 | 10 |
| 11 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" | 11 #include "VMS_impl/VMS_primitive_data_types.h" |
| 12 #include "../../VMS_Implementations/VMS_impl/vmalloc.h" | 12 #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" |
| 13 | 13 |
| 14 | 14 |
| 15 #define TRUE 1 | 15 #define TRUE 1 |
| 16 #define FALSE 0 | 16 #define FALSE 0 |
| 17 | 17 |
