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

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dec_public.h170 #define PYIELD 4 /* Eclipse engine suspended */ macro
H A Dembed.c182 if (main_emulc_noexit(goal.val, goal.tag, module.val, module.tag) != PYIELD)
311 if (res != PYIELD)
341 if (res != PYIELD)
446 if (res != PYIELD)
477 * PYIELD
496 if (res != PYIELD)
H A Dmain.c495 if (err == PYIELD)
502 } while (err == PYIELD);
865 } while (err == PYIELD);
H A Dtkeclipse.c224 case PYIELD:
288 case PYIELD:
363 case PYIELD:
H A Declipse_cc.cc55 EC_yield = PYIELD,
H A Demu_c_env.c373 while (result == PYIELD)
401 while (result == PYIELD)
434 while (result == PYIELD)
465 while (result == PYIELD)
537 while (result == PYIELD)
H A Dcode.c1202 Store_3(Put_integerAM, Address(0), PYIELD)
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEmbeddedEclipse.java338 static final int PYIELD = 4; // Eclipse engine suspended field in interface:EmbeddedEclipse.resume_result
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumc.tex333 PFAIL is returned if the goals fail, and PYIELD if control was
351 If the return value is PYIELD, control was yielded because of a
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dkernel.pl411 yield(4,ToC,FromC). % 4 == PYIELD == EC_yield

Completed in 165 milliseconds