Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff PR.c @ 285:7b6f8cf08b1f
Minor -- gave malloc its own lock and renamed TopLevelFn to BirthFn
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Wed, 12 Jun 2013 14:12:06 -0700 |
| parents | 2fc69e6c14ea |
| children | b02b34681414 |
line diff
1.1 --- a/PR.c Wed May 22 17:40:23 2013 -0700 1.2 +++ b/PR.c Wed Jun 12 14:12:06 2013 -0700 1.3 @@ -65,7 +65,7 @@ 1.4 PR_SS__create_topEnv(); 1.5 1.6 #ifdef DEBUG__TURN_ON_SEQUENTIAL_MODE 1.7 - printf( "\n\n Running in SEQUENTIAL mode \n\n" ); 1.8 + printf( "\n\n Running in SEQUENTIAL mode -- NUM_CORES: %d \n\n", NUM_CORES ); 1.9 //Only difference between version with an OS thread pinned to each core and 1.10 // the sequential version of PR is PR__init_Seq, this, and coreCtlr_Seq. 1.11 1.12 @@ -100,7 +100,7 @@ 1.13 * 1.14 */ 1.15 PRProcess * 1.16 -PR__create_process( TopLevelFnPtr seed_Fn, void *seedData ) 1.17 +PR__create_process( BirthFnPtr seed_Fn, void *seedData ) 1.18 { SlaveVP *seedSlv; 1.19 PRProcess *process; 1.20 PRLangEnv **langEnvs, **langEnvsList;
