Home
last modified time | relevance | path

Searched refs:scm_after_gc_hook (Results 1 – 15 of 15) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc.c523 SCM scm_after_gc_hook; variable
536 scm_c_run_hook (scm_after_gc_hook, SCM_EOL); in after_gc_async_thunk()
617 scm_after_gc_hook = scm_make_hook (SCM_INUM0); in scm_init_gc()
618 scm_c_define ("after-gc-hook", scm_after_gc_hook); in scm_init_gc()
H A Dgc.h105 SCM_API SCM scm_after_gc_hook; variable
H A DChangeLog-20002895 * gc.c (scm_init_gc): Protect scm_after_gc_hook, since this will
3481 (scm_after_gc_hook): New Scheme level hook.
3489 (scm_init_gc): Initialize scm_after_gc_hook.
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgc.c511 SCM scm_after_gc_hook; variable
524 scm_c_run_hook (scm_after_gc_hook, SCM_EOL); in after_gc_async_thunk()
605 scm_after_gc_hook = scm_make_hook (SCM_INUM0); in scm_init_gc()
606 scm_c_define ("after-gc-hook", scm_after_gc_hook); in scm_init_gc()
H A Dgc.h91 SCM_API SCM scm_after_gc_hook; variable
H A DChangeLog-20002895 * gc.c (scm_init_gc): Protect scm_after_gc_hook, since this will
3481 (scm_after_gc_hook): New Scheme level hook.
3489 (scm_init_gc): Initialize scm_after_gc_hook.
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc.c949 SCM scm_after_gc_hook; variable
960 scm_c_run_hook (scm_after_gc_hook, SCM_EOL); in gc_async_thunk()
1015 scm_after_gc_hook = scm_permanent_object (scm_make_hook (SCM_INUM0)); in scm_init_gc()
1016 scm_c_define ("after-gc-hook", scm_after_gc_hook); in scm_init_gc()
H A Dgc.h300 SCM_API SCM scm_after_gc_hook; variable
H A DChangeLog-20002895 * gc.c (scm_init_gc): Protect scm_after_gc_hook, since this will
3481 (scm_after_gc_hook): New Scheme level hook.
3489 (scm_init_gc): Initialize scm_after_gc_hook.
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dapi-utility.texi755 @vindex scm_after_gc_hook
759 accessible from C with the name @code{scm_after_gc_hook}.)
H A Dguile.info-34295 accessible from C with the name ‘scm_after_gc_hook’.)
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-utility.texi814 @vindex scm_after_gc_hook
818 accessible from C with the name @code{scm_after_gc_hook}.)
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dapi-utility.texi758 @vindex scm_after_gc_hook
762 accessible from C with the name @code{scm_after_gc_hook}.)
H A Dguile.info-34213 accessible from C with the name ‘scm_after_gc_hook’.)
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog25224 scm_before_gc_c_hook and scm_after_gc_hook. Fix bug regarding