summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay McCarthy <jay@racket-lang.org>2010-05-18 09:06:27 -0500
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 14:05:58 +0400
commit23a868e4d1e4a5529e0bc08de1a74a399d380b90 (patch)
treedf6d3627b1d42358baad1ea92f7640bc005be4f2
parentccbd73a98e81b484e69b6f2bdf0e3d3669cf2d98 (diff)
downloadbdwgc-23a868e4d1e4a5529e0bc08de1a74a399d380b90.tar.gz
GC_thr_init prototype in header
-rw-r--r--include/private/pthread_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/pthread_support.h b/include/private/pthread_support.h
index 77f1ad1a..181740ed 100644
--- a/include/private/pthread_support.h
+++ b/include/private/pthread_support.h
@@ -75,6 +75,8 @@ GC_thread GC_lookup_thread(pthread_t id);
void GC_stop_init();
+void GC_thr_init(void);
+
extern GC_bool GC_in_thread_creation;
/* We may currently be in thread creation or destruction. */
/* Only set to TRUE while allocation lock is held. */