Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
diff SSR.h @ 49:70d24e2343bb
add loopgraph recording (\! changed scheduler fn prototype \!)
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 04 Jan 2012 16:39:35 +0100 |
| parents | 593fe0543a22 |
| children | 5c59bfe62d92 |
line diff
1.1 --- a/SSR.h Wed Dec 21 16:53:22 2011 +0100 1.2 +++ b/SSR.h Wed Jan 04 16:39:35 2012 +0100 1.3 @@ -111,7 +111,9 @@ 1.4 ListOfArrays* commDependenciesList; 1.5 NtoN** ntonGroups; 1.6 PrivDynArrayInfo* ntonGroupsInfo; 1.7 - //NtoN structure? 1.8 + ListOfArrays* dynDependenciesList; 1.9 + Unit last_in_slot[NUM_CORES * NUM_SCHED_SLOTS]; 1.10 + ListOfArrays* hwArcs; 1.11 #endif 1.12 1.13 } 1.14 @@ -240,7 +242,7 @@ 1.15 SSR__Request_Handler( VirtProcr *requestingPr, void *_semEnv ); 1.16 1.17 VirtProcr * 1.18 -SSR__schedule_virt_procr( void *_semEnv, int coreNum ); 1.19 +SSR__schedule_virt_procr( void *_semEnv, int coreNum, int slotNum ); 1.20 1.21 VirtProcr* 1.22 SSR__create_procr_helper( VirtProcrFnPtr fnPtr, void *initData,
