Scm_AbandonedMutexExceptionClass  682 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_AbandonedMutexExceptionClass, thread_exception_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);
Scm_AbandonedMutexExceptionClass  744 ext/threads/thrlib.c   Scm_InitBuiltinClass(&Scm_AbandonedMutexExceptionClass, "<abandoned-mutex-exception>", Scm_AbandonedMutexExceptionClass__SLOTS, TRUE, module);
Scm_AbandonedMutexExceptionClass  247 src/gauche/exception.h SCM_CLASS_DECL(Scm_AbandonedMutexExceptionClass);
Scm_AbandonedMutexExceptionClass  248 src/gauche/exception.h #define SCM_CLASS_ABANDONED_MUTEX_EXCEPTION (&Scm_AbandonedMutexExceptionClass)