Home
last modified time | relevance | path

Searched refs:hell_mutex (Results 1 – 5 of 5) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgoops.c538 static SCM hell_mutex; variable
554 scm_lock_mutex (hell_mutex); in go_to_hell()
561 scm_unlock_mutex (hell_mutex); in go_to_hell()
568 scm_lock_mutex (hell_mutex); in go_to_heaven()
570 scm_unlock_mutex (hell_mutex); in go_to_heaven()
1050 hell_mutex = scm_make_mutex (); in scm_init_goops_builtins()
H A DChangeLog-20088499 * goops.c (hell_mutex): Reimplemented using scm_make_mutex, etc.
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgoops.c1702 static SCM hell_mutex; variable
1718 scm_lock_mutex (hell_mutex); in go_to_hell()
1725 scm_unlock_mutex (hell_mutex); in go_to_hell()
1731 scm_lock_mutex (hell_mutex); in go_to_heaven()
1733 scm_unlock_mutex (hell_mutex); in go_to_heaven()
3009 hell_mutex = scm_permanent_object (scm_make_mutex ()); in scm_init_goops_builtins()
H A DChangeLog-20088052 * goops.c (hell_mutex): Reimplemented using scm_make_mutex, etc.
/dports/lang/guile/guile-3.0.7/libguile/
H A DChangeLog-20088499 * goops.c (hell_mutex): Reimplemented using scm_make_mutex, etc.