Searched refs:PriFlags (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddict.h165 #define PriFlags(pd) (pd)->flags macro
170 #define PriScope(pd) (PriFlags(pd) & PREDSCOPE)
171 #define PriCodeType(pd) (PriFlags(pd) & CODETYPE)
172 #define PriArgPassing(pd) (PriFlags(pd) & ARGPASSING)
173 #define UnifType(pd) (PriFlags(pd) & UNIFTYPE)
175 #define DynamicProc(pd) (PriFlags(pd) & PROC_DYNAMIC)
176 #define SystemProc(pd) (PriFlags(pd) & SYSTEM)
177 #define ToolProc(pd) (PriFlags(pd) & TOOL)
178 #define DebugProc(pd) (PriFlags(pd) & DEBUG_DB)
179 #define ParallelProc(pd) (PriFlags(p
[all...]
H A Dproc_desc.c618 if ((PriCodeType(use) == VMCODE) && !(PriFlags(use) & CODE_DEFINED))
620 if (PriFlags(def) & CODE_DEFINED)
626 _pri_init_vmcode(use, PriFlags(def)&TOOL);
631 if ((PriCodeType(def) == VMCODE) && !(PriFlags(def) & CODE_DEFINED))
632 _pri_init_vmcode(use, PriFlags(def)&TOOL); /* defined -> undefined */
839 _pri_init_vmcode(pd, PriFlags(pd)&TOOL);
1119 if (PriScope(def) == LOCAL && PriFlags(def) & TO_EXPORT)
1815 else if (PriFlags(proc) & PROC_DYNAMIC)
1827 PriFlags(proc) &= ~PROC_DYNAMIC;
H A Demu_export.h968 (p)[SUSP_FLAGS].tag.kernel = TDE|(PriFlags(proc) & PROC_DEMON ? SUSP_FLAG_DEMON : 0);\
1379 if (PriFlags(proc) & DEBUG_SK) pw[TF_HEADER].tag.kernel |= TF_SKIPPED; \
1380 if (!(PriFlags(proc) & DEBUG_DB) && (PriFlags(proc) & DEBUG_TRMETA) ) pw[TF_HEADER].tag.kernel |= TF_TRMETA; \
1402 if (PriFlags(proc) & DEBUG_SK) pw[TF_HEADER].tag.kernel |= TF_SKIPPED; \
1403 if (!(PriFlags(proc) & DEBUG_DB) && (PriFlags(proc) & DEBUG_TRMETA) ) pw[TF_HEADER].tag.kernel |= TF_TRMETA; \
1424 if (PriFlags(proc) & DEBUG_SK) pw[TF_HEADER].tag.kernel |= TF_SKIPPED; \
1425 if (!(PriFlags(proc) & DEBUG_DB) && (PriFlags(pro
[all...]
H A Dbip_control.c264 Succeed_If(PriFlags(proc) & DEBUG_SP);
877 word flags = vproc.priptr ? PriFlags(vproc.priptr) : DEBUG_TR;
1136 PriFlags(proc) & DEBUG_SP ? d_.on : d_.off);
1142 PriFlags(proc) & DEBUG_SK ? d_.on : d_.off);
1235 if (PortWanted(DELAY_PORT) && OfInterest(PriFlags(((pri*)proc)), NINVOC-1, DLevel(TD)+1, 0))
H A Dbip_db.c437 dflags = PriFlags(proc);
596 if (PriScope(pd) == LOCAL && PriFlags(pd) & CODE_DEFINED)
600 if (PriScope(pd) == EXPORT && PriFlags(pd) & (CODE_DEFINED|AUTOLOAD))
604 if (PriScope(pd) == IMPEXP && PriFlags(pd) & (CODE_DEFINED|AUTOLOAD))
608 if (PriAnyExp(pd) && PriFlags(pd) & (CODE_DEFINED|AUTOLOAD))
613 && PriFlags(pd) & CODE_DEFINED)
618 && !(PriFlags(pd) & CODE_DEFINED))
643 if (PriIsProxy(pd) && PriFlags(pd) & PROC_DEPRECATED)
1016 flags = PriFlags(proc);
1049 case 1: /* PriFlags */
[all...]
H A Demu.c1464 if (Tracing && PortWanted(DELAY_PORT) && OfInterest(PriFlags(((pri*)proc)), NINVOC-1, DLevel(TD)+1, 0)) {
1497 if (PriFlags(proc) & TOOL)
5399 if (OfInterest(PriFlags(proc), DBG_INVOC, tmp1, tmp1))
5656 if (PriFlags(proc) & TOOL) ++i;
5689 if ((TD || (PriFlags(proc) & DEBUG_ST)) && DBG_PORT) {
5695 } else /* if (PriFlags(proc) & DEBUG_ST) */ {
5698 TRACEMODE |= (PriFlags(proc) & DEBUG_SP) ?
5823 if (PriFlags(proc) & EXTERN) /* set DE for C externals */
5902 if(PriFlags(proc) & TOOL) {
6247 if (TD || (PriFlags(P
[all...]
H A Dbip_module.c691 if (PriFlags(procb) & TOOL)
H A Dbip_delay.c1358 Return_Unify_Atom(v, t, PriFlags(SuspProc(vs.ptr)) & DEBUG_SP ? d_.on : d_.off);
1362 Return_Unify_Atom(v, t, PriFlags(SuspProc(vs.ptr)) & DEBUG_SK ? d_.on : d_.off);
H A Ddict.c1071 p_fprintf(current_err_, " flags=0x%x", PriFlags(proc));
H A Dwrite.c246 return PriFlags(pd) & CODE_DEFINED ? pd : 0;

Completed in 149 milliseconds