Searched refs:PRUNNING (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dec_public.h171 #define PRUNNING 5 /* Eclipse engine running */ macro
H A Dembed.c306 return PRUNNING;
335 return PRUNNING;
399 return PRUNNING;
439 return PRUNNING;
469 * PRUNNING
491 return PRUNNING;
H A Dtkeclipse.c208 /* ec_resume_async() can only return PSUCCEED, PRUNNING or SYS_ERROR */
221 case PRUNNING:
269 case PRUNNING:
360 case PRUNNING:
H A Deg_c_test.c107 while (res == PRUNNING);
H A Declipse_cc.cc56 EC_running = PRUNNING,
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEmbeddedEclipse.java339 static final int PRUNNING = 5; // Eclipse engine running field in interface:EmbeddedEclipse.resume_result
527 if(res == resume_result.PRUNNING)
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembsumc.tex343 PRUNNING is returned.
378 PRUNNING if there was already an {\eclipse} thread running
386 ec_resume_async(). It returns PRUNNING as long as the {\eclipse}
400 In case of timeout, the return value will be PRUNNING. If timeout is

Completed in 97 milliseconds