almost all required function implemented - first integration with jdwp - nothing...
[cacao.git] / src / threads / native / threads.h
index 31ab091b7de297746a16aebeb1bfedad127a799a..175f9b640337a131a16cd4a46b7998eff62f6208 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: threads.h 3553 2005-11-03 20:43:49Z twisti $
+   $Id: threads.h 3570 2005-11-04 16:58:36Z motse $
 
 */
 
@@ -222,6 +222,9 @@ u1 *thread_checkcritical(u1*);
 extern volatile int stopworldwhere;
 extern threadobject *mainthreadobj;
 
+extern pthread_mutex_t pool_lock;
+extern lockRecordPool *global_pool;
+
 
 void cast_stopworld();
 void cast_startworld();