Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.c @ 154:c4d8060229ef
removed NUM_CORES to move it to Makefile
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 06 Oct 2011 14:40:12 +0200 |
| parents | e7cd1945c9b6 |
| children | 68449b64c3df |
comparison
equal
deleted
inserted
replaced
| 68:7f83bd265611 | 69:7b7b24de7300 |
|---|---|
| 8 #include <stdlib.h> | 8 #include <stdlib.h> |
| 9 #include <string.h> | 9 #include <string.h> |
| 10 #include <malloc.h> | 10 #include <malloc.h> |
| 11 #include <inttypes.h> | 11 #include <inttypes.h> |
| 12 #include <sys/time.h> | 12 #include <sys/time.h> |
| 13 #include <pthread.h> | |
| 13 | 14 |
| 14 #include "VMS.h" | 15 #include "VMS.h" |
| 15 #include "ProcrContext.h" | 16 #include "ProcrContext.h" |
| 16 #include "scheduling.h" | 17 #include "scheduling.h" |
| 17 #include "Queue_impl/BlockingQueue.h" | 18 #include "Queue_impl/BlockingQueue.h" |
