Home
last modified time | relevance | path

Searched refs:scm_gc_running_p (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc-malloc.c114 scm_gc_running_p = 1; in scm_realloc()
121 scm_gc_running_p = 0; in scm_realloc()
129 scm_gc_running_p = 0; in scm_realloc()
235 scm_gc_running_p = 1; in increase_mtrigger()
280 scm_gc_running_p = 0; in increase_mtrigger()
H A Dgc.c137 if (scm_gc_running_p) in scm_assert_cell_valid()
455 scm_gc_running_p = 1;
464 scm_gc_running_p = 0;
485 scm_gc_running_p = 1; in scm_gc_for_newcell()
528 scm_gc_running_p = 0; in scm_gc_for_newcell()
777 if (scm_gc_running_p) in scm_gc_unprotect_object()
H A Ddeprecation.c62 if (scm_gc_running_p) in scm_c_issue_deprecation_warning()
H A Dgdbint.c62 #define SCM_GC_P (scm_gc_running_p)
H A Derror.c85 if (scm_gc_running_p)
H A Dfports.c839 else if (scm_gc_running_p) in fport_flush()
886 if (scm_gc_running_p) in fport_close()
H A Dgc.h246 #define scm_gc_running_p (SCM_I_CURRENT_THREAD->gc_running_p) macro
H A DChangeLog-20081796 (scm_gc_running_p): Now a macro that refers to the scm_i_thread
1802 scm_gc_running_p. Do not run the scm_after_gc_c_hook.
1803 (scm_gc): Lock scm_i_sweep_mutex, set scm_gc_running_p and run the
1805 (scm_gc_for_new_cell): Set scm_gc_running_p here and run the
1813 scm_gc_running_p while the scm_i_sweep_mutex is locked.
1816 scm_gc_running_p, allocation during sweeping is OK.
1834 scm_gc_running_p. Sweeping can happen in parallel with
1986 * gc.c (scm_igc): Take care that scm_gc_running_p is properly
H A DChangeLog-20002259 * gc.[ch] (scm_gc_running_p): Added to indicate that scm_igc is
2263 * error.c (scm_error), gdbint.c (SCM_GC_P): Use scm_gc_running_p
2266 * gc.c (scm_igc): Set scm_gc_running_p to true while running.
/dports/lang/guile2/guile-2.2.7/libguile/
H A Ddeprecation.c83 if (scm_gc_running_p) in scm_c_issue_deprecation_warning()
H A Derror.c87 if (scm_gc_running_p)
H A Dgc.h93 #define scm_gc_running_p 0 macro
H A DChangeLog-20082243 (scm_gc_running_p): Now a macro that refers to the scm_i_thread
2249 scm_gc_running_p. Do not run the scm_after_gc_c_hook.
2250 (scm_gc): Lock scm_i_sweep_mutex, set scm_gc_running_p and run the
2252 (scm_gc_for_new_cell): Set scm_gc_running_p here and run the
2260 scm_gc_running_p while the scm_i_sweep_mutex is locked.
2263 scm_gc_running_p, allocation during sweeping is OK.
2281 scm_gc_running_p. Sweeping can happen in parallel with
2433 * gc.c (scm_igc): Take care that scm_gc_running_p is properly
H A DChangeLog-20002259 * gc.[ch] (scm_gc_running_p): Added to indicate that scm_igc is
2263 * error.c (scm_error), gdbint.c (SCM_GC_P): Use scm_gc_running_p
2266 * gc.c (scm_igc): Set scm_gc_running_p to true while running.
/dports/lang/guile/guile-3.0.7/libguile/
H A Ddeprecated.h57 #define scm_gc_running_p 0 macro
H A DChangeLog-20082243 (scm_gc_running_p): Now a macro that refers to the scm_i_thread
2249 scm_gc_running_p. Do not run the scm_after_gc_c_hook.
2250 (scm_gc): Lock scm_i_sweep_mutex, set scm_gc_running_p and run the
2252 (scm_gc_for_new_cell): Set scm_gc_running_p here and run the
2260 scm_gc_running_p while the scm_i_sweep_mutex is locked.
2263 scm_gc_running_p, allocation during sweeping is OK.
2281 scm_gc_running_p. Sweeping can happen in parallel with
2433 * gc.c (scm_igc): Take care that scm_gc_running_p is properly
H A DChangeLog-20002259 * gc.[ch] (scm_gc_running_p): Added to indicate that scm_igc is
2263 * error.c (scm_error), gdbint.c (SCM_GC_P): Use scm_gc_running_p
2266 * gc.c (scm_igc): Set scm_gc_running_p to true while running.
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dapi-utility.texi725 @code{scm_gc_running_p} to 1, but before entering the GC critical
H A Dguile.info-34266 setting ‘scm_gc_running_p’ to 1, but before entering the GC
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-utility.texi784 @code{scm_gc_running_p} to 1, but before entering the GC critical
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dapi-utility.texi728 @code{scm_gc_running_p} to 1, but before entering the GC critical
H A Dguile.info-34184 setting ‘scm_gc_running_p’ to 1, but before entering the GC
/dports/lang/guile1/guile-1.8.8/
H A DNEWS2480 ** New global variable scm_gc_running_p introduced.
/dports/lang/guile2/guile-2.2.7/
H A DNEWS8122 ** New global variable scm_gc_running_p introduced.
/dports/lang/guile/guile-3.0.7/
H A DNEWS9019 ** New global variable scm_gc_running_p introduced.

12