Searched refs:module_def (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproc_desc.c69 * module_def: the module to which the descriptor belongs (always set)
71 * can be found. For LOCAL,EXPORT this is the same as module_def,
153 pd->module_def = module;
212 if (pd->module_ref == pd->module_def)
234 if (pd->module_def == module)
255 if (pd->module_def == exporting_module)
295 if (PriIsProxy(pd) && pd->module_ref == new_impexp->module_def)
320 definition_module = pd->module_def;
429 DidName(pd->module_def),
595 DidName(def->did), DidArity(def->did), DidName(def->module_def),
[all...]
H A Ddict.h144 dident module_def; /* module of this descriptor */ member in struct:pri
163 #define PriModule(pd) (pd)->module_def
H A Dbip_mps.c496 mod.did = proc->module_def; /* call from the lookup module */
H A Dbip_module.c175 *pmodule = procb->module_def;
448 module = proc->module_def;
H A Ddict.c843 if (proc->module_def)
844 Mark_Did(proc->module_def);
H A Dbip_db.c433 if (IsLocked(proc->module_def)) {
2334 && IsLocked(proc->module_def)
2335 && (proc->module_def != vm.did || !IsModuleTag(vm.did,tm)))

Completed in 117 milliseconds