Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgc/include/gc.h')
-rw-r--r--libgc/include/gc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgc/include/gc.h b/libgc/include/gc.h
index 487727dc842..a3eb3c2dc06 100644
--- a/libgc/include/gc.h
+++ b/libgc/include/gc.h
@@ -429,6 +429,10 @@ GC_API size_t GC_get_total_bytes GC_PROTO((void));
/* Return -1 otherwise. */
int GC_get_suspend_signal GC_PROTO((void));
+/* Return the signal used by the gc to resume threads on posix platforms. */
+/* Return -1 otherwise. */
+int GC_get_restart_signal GC_PROTO((void));
+
/* Disable garbage collection. Even GC_gcollect calls will be */
/* ineffective. */
GC_API void GC_disable GC_PROTO((void));