Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 28:8b9e4c333fe6
Sequential Version -- first compile succeeded
| author | Me |
|---|---|
| date | Mon, 26 Jul 2010 16:42:59 -0700 |
| parents | 668278fa7a63 |
| children | 0e008278fe3c |
line diff
1.1 --- a/VMS.h Mon Jul 26 15:29:26 2010 -0700 1.2 +++ b/VMS.h Mon Jul 26 16:42:59 2010 -0700 1.3 @@ -127,6 +127,7 @@ 1.4 //========================================================== 1.5 1.6 void * coreLoop( void *paramsIn ); //standard PThreads fn prototype 1.7 +void * coreLoop_Seq( void *paramsIn ); //standard PThreads fn prototype 1.8 void masterLoop( void *initData, VirtProcr *masterPr ); 1.9 1.10 1.11 @@ -150,8 +151,14 @@ 1.12 VMS__init(); 1.13 1.14 void 1.15 +VMS__init_Seq(); 1.16 + 1.17 +void 1.18 VMS__start_the_work_then_wait_until_done(); 1.19 1.20 +void 1.21 +VMS__start_the_work_then_wait_until_done_Seq(); 1.22 + 1.23 VirtProcr * 1.24 VMS__create_procr( VirtProcrFnPtr fnPtr, void *initialData ); 1.25
