renamed hcl_purgeatdic() to hcl_zapatdic()
exposed hcl_moveoop() extended the meaning of the kernel bits in the object flags extended hcl_pfbase_t to include the type - one of HCL_PFBASE_FUNC, HCL_PFBASE_VAR, HCL_PFBASE_CONST. HCL_PFBASE_CONST not fully implemented yet
This commit is contained in:
@ -1165,12 +1165,12 @@ static int execute (hcl_t* hcl)
|
||||
}*/
|
||||
|
||||
/* TODO: implement different process switching scheme - time-slice or clock based??? */
|
||||
#if defined(HCL_EXTERNAL_PROCESS_SWITCH)
|
||||
#if defined(HCL_EXTERNAL_PROCESS_SWITCH)
|
||||
if (!hcl->proc_switched && hcl->switch_proc) { switch_to_next_runnable_process (hcl); }
|
||||
hcl->switch_proc = 0;
|
||||
#else
|
||||
#else
|
||||
if (!hcl->proc_switched) { switch_to_next_runnable_process (hcl); }
|
||||
#endif
|
||||
#endif
|
||||
|
||||
hcl->proc_switched = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user