Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > Vthread > Vthread__Best_Effort_Msg__Bench
comparison main.c @ 18:e7277df4460e
New include paths because of new project structure
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 13 Feb 2012 19:34:46 +0100 |
| parents | 281cadcbb796 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:01bc807343d7 | 2:ffc13757caad |
|---|---|
| 7 #include <math.h> | 7 #include <math.h> |
| 8 #include <ctype.h> | 8 #include <ctype.h> |
| 9 #include <errno.h> | 9 #include <errno.h> |
| 10 #include <pthread.h> | 10 #include <pthread.h> |
| 11 #include <unistd.h> | 11 #include <unistd.h> |
| 12 #include "VPThread_lib/VPThread.h" | 12 #include "VMS_Implementations/Vthread_impl/VPThread.h" |
| 13 #include "VPThread_lib/VMS/Queue_impl/PrivateQueue.h" | 13 #include "C_Libraries/Queue_impl/PrivateQueue.h" |
| 14 | 14 |
| 15 #include <linux/perf_event.h> | 15 #include <linux/perf_event.h> |
| 16 #include <linux/prctl.h> | 16 #include <linux/prctl.h> |
| 17 #include <sys/syscall.h> | 17 #include <sys/syscall.h> |
| 18 | 18 |
