thread_exception_cpa  649 ext/threads/thrlib.c static ScmClass *thread_exception_cpa[] = {
thread_exception_cpa  680 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_JoinTimeoutExceptionClass, thread_exception_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);
thread_exception_cpa  682 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_AbandonedMutexExceptionClass, thread_exception_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);
thread_exception_cpa  701 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_TerminatedThreadExceptionClass, terminated_thread_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);
thread_exception_cpa  720 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_UncaughtExceptionClass, uncaught_exception_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);