Home
last modified time | relevance | path

Searched refs:SCM_VMP (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/ext/threads/
H A Dthreads.scm181 (cond [(SCM_VMP thread) (set! owner (SCM_VM thread))]
/dports/lang/gauche/Gauche-0.9.10/ext/data/
H A Dqueue.scm168 [(_ q) `(and (SCM_VMP (MTQ_LOCKER ,q))
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dgauche.h594 #define SCM_VMP(obj) SCM_XTYPEP(obj, SCM_CLASS_VM) macro
H A Dlibeval.c5321 if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm); in libevalvm_dump()
5350 if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm); in libevalvm_get_stack_trace()
5382 if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm); in libevalvm_get_stack_trace_lite()
5423 if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm); in libeval_25vm_custom_error_reporter_setX()
H A Dclass.c842 while (SCM_VMP(klass->redefined)) { in class_redefined()
H A Dlibexc.c1506 if (!SCM_VMP(value)) Scm_Error("ScmVM* required, but got %S", value); in Scm_ThreadExceptionClass_thread_SET()