* src/threads/thread.cpp: Use a finalizer to remove dead threads.
[cacao.git] / src / threads / thread.hpp
index e5a372d754673a425d026932dd07de2d2269a8ec..7124b4cf83e4f41b825805715b672189af830f6d 100644 (file)
@@ -287,6 +287,7 @@ void          threads_mutex_join_unlock(void);
 
 void          threads_impl_thread_clear(threadobject *t);
 void          threads_impl_thread_reuse(threadobject *t);
+void          threads_impl_clear_heap_pointers(threadobject *t);
 void          threads_impl_thread_start(threadobject *thread, functionptr f);
 
 void          threads_yield(void);