Scm_TerminatedThreadExceptionClass  701 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_TerminatedThreadExceptionClass, terminated_thread_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);
Scm_TerminatedThreadExceptionClass  743 ext/threads/thrlib.c   Scm_InitBuiltinClass(&Scm_TerminatedThreadExceptionClass, "<terminated-thread-exception>", Scm_TerminatedThreadExceptionClass__SLOTS, TRUE, module);
Scm_TerminatedThreadExceptionClass  251 src/gauche/exception.h SCM_CLASS_DECL(Scm_TerminatedThreadExceptionClass);
Scm_TerminatedThreadExceptionClass  252 src/gauche/exception.h #define SCM_CLASS_TERMINATED_THREAD_EXCEPTION (&Scm_TerminatedThreadExceptionClass)