Home
last modified time | relevance | path

Searched refs:current_runloop_id (Results 1 – 5 of 5) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/call/
H A Dops.c64 const int old_runloop_id = interp->current_runloop_id; in runops()
70 interp->current_runloop_id = our_runloop_id; in runops()
74 interp->current_runloop_id, our_runloop_level); in runops()
86 our_runloop_id = interp->current_runloop_id; in runops()
97 interp->current_runloop_id = old_runloop_id; in runops()
101 interp->current_runloop_id, interp->current_runloop_level); in runops()
189 interp->current_runloop_id = jump_point->id; in Parrot_runloop_new_jump_point()
213 interp->current_runloop_id = current ? current->id : 0; in Parrot_runloop_free_jump_point()
288 while (interp->current_runloop && interp->current_runloop_id != id) in free_runloops_until()
H A Dcontext.c906 SETATTR_Continuation_runloop_id(interp, cont, interp->current_runloop_id); in Parrot_pcc_reuse_continuation()
/dports/lang/parrot/parrot-8.1.0/src/interp/
H A Dapi.c225 interp->current_runloop_id = 0; in Parrot_interp_allocate_interpreter()
328 interp->current_runloop_id = 0; in Parrot_interp_initialize_interpreter()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dcontinuation.pmc221 SET_ATTR_runloop_id(INTERP, SELF, INTERP->current_runloop_id);
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dinterpreter.h278 int current_runloop_id; member