Home
last modified time | relevance | path

Searched refs:WAKEUP_STATE_SKIP_EXCEPTION (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-attvar.c584 } else if ( !(state->flags & WAKEUP_STATE_SKIP_EXCEPTION) ) in restoreWakeup()
H A Dpl-incl.h2209 #define WAKEUP_STATE_SKIP_EXCEPTION 0x4 /* Do not restore exception from state */ macro
H A Dpl-wam.c2028 wstate.flags |= WAKEUP_STATE_SKIP_EXCEPTION; in exception_hook()