Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.h @ 206:a262abf4b8d5
brch file for new WestmereEx 4x10 HW Branch
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 17 Feb 2012 18:43:52 +0100 |
| parents | bfaebdf60df3 |
| children |
comparison
equal
deleted
inserted
replaced
| 80:b475320313e9 | 93:dac58f8f85a0 |
|---|---|
| 9 #ifndef _VMS_H | 9 #ifndef _VMS_H |
| 10 #define _VMS_H | 10 #define _VMS_H |
| 11 #define _GNU_SOURCE | 11 #define _GNU_SOURCE |
| 12 | 12 |
| 13 #include "VMS_primitive_data_types.h" | 13 #include "VMS_primitive_data_types.h" |
| 14 #include "Queue_impl/PrivateQueue.h" | 14 #include "C_Libraries/Queue_impl/PrivateQueue.h" |
| 15 #include "Histogram/Histogram.h" | 15 #include "C_Libraries/Histogram/Histogram.h" |
| 16 #include "DynArray/DynArray.h" | 16 #include "C_Libraries/DynArray/DynArray.h" |
| 17 #include "Hash_impl/PrivateHash.h" | 17 #include "C_Libraries/Hash_impl/PrivateHash.h" |
| 18 #include "vmalloc.h" | 18 #include "vmalloc.h" |
| 19 | 19 |
| 20 #include <pthread.h> | 20 #include <pthread.h> |
| 21 #include <sys/time.h> | 21 #include <sys/time.h> |
| 22 | 22 |
| 329 | 329 |
| 330 | 330 |
| 331 #include "ProcrContext.h" | 331 #include "ProcrContext.h" |
| 332 #include "probes.h" | 332 #include "probes.h" |
| 333 #include "vutilities.h" | 333 #include "vutilities.h" |
| 334 #include "../VMS_lang_specific_defines.h" | 334 #include "VMS_Implementations/Vthread_impl/VMS_lang_specific_defines.h" |
| 335 #endif /* _VMS_H */ | 335 #endif /* _VMS_H */ |
| 336 | 336 |
