Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.h @ 28:8b9e4c333fe6
Sequential Version -- first compile succeeded
| author | Me |
|---|---|
| date | Mon, 26 Jul 2010 16:42:59 -0700 |
| parents | 668278fa7a63 |
| children | 0e008278fe3c |
comparison
equal
deleted
inserted
replaced
| 8:ba282221bc18 | 9:c5f7bc4ec691 |
|---|---|
| 125 | 125 |
| 126 | 126 |
| 127 //========================================================== | 127 //========================================================== |
| 128 | 128 |
| 129 void * coreLoop( void *paramsIn ); //standard PThreads fn prototype | 129 void * coreLoop( void *paramsIn ); //standard PThreads fn prototype |
| 130 void * coreLoop_Seq( void *paramsIn ); //standard PThreads fn prototype | |
| 130 void masterLoop( void *initData, VirtProcr *masterPr ); | 131 void masterLoop( void *initData, VirtProcr *masterPr ); |
| 131 | 132 |
| 132 | 133 |
| 133 //===================== Global Vars =================== | 134 //===================== Global Vars =================== |
| 134 | 135 |
| 148 //========================== | 149 //========================== |
| 149 void | 150 void |
| 150 VMS__init(); | 151 VMS__init(); |
| 151 | 152 |
| 152 void | 153 void |
| 154 VMS__init_Seq(); | |
| 155 | |
| 156 void | |
| 153 VMS__start_the_work_then_wait_until_done(); | 157 VMS__start_the_work_then_wait_until_done(); |
| 158 | |
| 159 void | |
| 160 VMS__start_the_work_then_wait_until_done_Seq(); | |
| 154 | 161 |
| 155 VirtProcr * | 162 VirtProcr * |
| 156 VMS__create_procr( VirtProcrFnPtr fnPtr, void *initialData ); | 163 VMS__create_procr( VirtProcrFnPtr fnPtr, void *initialData ); |
| 157 | 164 |
| 158 VirtProcr * | 165 VirtProcr * |
