]> granicus.if.org Git - gc/commit
Add GC_thread_is_registered API function
authorZoltan Varga <vargaz@gmail.com>
Thu, 3 Mar 2005 21:09:34 +0000 (21:09 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 12 Jan 2012 06:58:29 +0000 (10:58 +0400)
commit83c1eecd037ff4d3e3d19615ced970f566f5cc72
tree8f154c63001b31c921b199ed7259bf1ed0042977
parentce66fbba7c54f563f4f143b9478b2a8400aef170
Add GC_thread_is_registered API function
(Apply commit 9b40e5d from 'mono_libgc' branch)

* include/gc.h (GC_thread_is_registered): Declare new API function
(only if GC_THREADS).
* pthread_support.c (GC_thread_is_registered): New API function
implementation.
* win32_threads.c (GC_thread_is_registered): Likewise.
include/gc.h
pthread_support.c
win32_threads.c