diff options
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/gc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/include/gc.h b/boehm-gc/include/gc.h index c6c553d8427..c51e017d674 100644 --- a/boehm-gc/include/gc.h +++ b/boehm-gc/include/gc.h @@ -1085,5 +1085,6 @@ GC_API void GC_register_has_static_roots_callback && !defined(GC_WIN32_THREADS) && !defined(GC_DARWIN_THREADS) GC_API void GC_suspend_thread GC_PROTO((pthread_t)); GC_API void GC_resume_thread GC_PROTO((pthread_t)); +GC_API int GC_is_thread_suspended GC_PROTO((pthread_t)); #endif #endif /* _GC_H */ |