Scm_JoinTimeoutExceptionClass  680 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_JoinTimeoutExceptionClass, thread_exception_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);
Scm_JoinTimeoutExceptionClass  745 ext/threads/thrlib.c   Scm_InitBuiltinClass(&Scm_JoinTimeoutExceptionClass, "<join-timeout-exception>", NULL, TRUE, module);
Scm_JoinTimeoutExceptionClass  243 src/gauche/exception.h SCM_CLASS_DECL(Scm_JoinTimeoutExceptionClass);
Scm_JoinTimeoutExceptionClass  244 src/gauche/exception.h #define SCM_CLASS_JOIN_TIMEOUT_EXCEPTION (&Scm_JoinTimeoutExceptionClass)