Scm_ThreadExceptionClass  650 ext/threads/thrlib.c    SCM_CLASS_STATIC_PTR(Scm_ThreadExceptionClass),
Scm_ThreadExceptionClass  660 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_ThreadExceptionClass, thread_exception_print, NULL, NULL, thread_exception_allocate, Scm_ThreadExceptionClass_CPL);
Scm_ThreadExceptionClass  746 ext/threads/thrlib.c   Scm_InitBuiltinClass(&Scm_ThreadExceptionClass, "<thread-exception>", Scm_ThreadExceptionClass__SLOTS, TRUE, module);
Scm_ThreadExceptionClass  238 src/gauche/exception.h SCM_CLASS_DECL(Scm_ThreadExceptionClass);
Scm_ThreadExceptionClass  239 src/gauche/exception.h #define SCM_CLASS_THREAD_EXCEPTION  (&Scm_ThreadExceptionClass)