resultException   107 ext/threads/threads.c         vm->resultException = exc;
resultException   119 ext/threads/threads.c         vm->resultException =
resultException   129 ext/threads/threads.c                 vm->resultException =
resultException   137 ext/threads/threads.c                 vm->resultException = exc;
resultException   205 ext/threads/threads.c     if (!tout) { result = target->result; resultx = target->resultException; }
resultException   367 src/gauche/vm.h     ScmObj resultException;     /* Exception that causes the thread to terminate.*/
resultException   161 src/vm.c           v->resultException = SCM_UNDEFINED;