Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > Vthread_impls > Vthread_MC_shared_impl
changeset 8:a2ff41577ecb
Version 0
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 11 Jul 2011 18:08:44 +0200 |
| parents | 778e36c0aa61 |
| children | eba7e10df232 |
| files | VPThread_PluginFns.c |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/VPThread_PluginFns.c Mon Jul 04 19:43:45 2011 +0200 1.2 +++ b/VPThread_PluginFns.c Mon Jul 11 18:08:44 2011 +0200 1.3 @@ -33,6 +33,7 @@ 1.4 * to the slave -- return FALSE to let Master loop know scheduling that 1.5 * slave failed. 1.6 */ 1.7 +char __Scheduler[] = "FIFO Scheduler"; //Gobal variable for name in saved histogram 1.8 VirtProcr * 1.9 VPThread__schedule_virt_procr( void *_semEnv, int coreNum ) 1.10 { VirtProcr *schedPr;
