bug fixes
authorbdemsky <bdemsky>
Thu, 16 Apr 2009 07:40:55 +0000 (07:40 +0000)
committerbdemsky <bdemsky>
Thu, 16 Apr 2009 07:40:55 +0000 (07:40 +0000)
Robust/src/Runtime/thread.c

index 11a7d762e2660fa5046415ea8428c8b767234c91..24eb70cde6f21a7821613754afa50eaa8cfeeff1 100644 (file)
@@ -111,6 +111,9 @@ void initializethreads() {
   signal(SIGPIPE, SIG_IGN);
 #ifdef STM
   newobjs=calloc(1, sizeof(struct objlist));
+  t_cache = objstrCreate(1048576);
+  t_reserve=NULL;
+  t_chashCreate(CHASH_SIZE, CLOADFACTOR);
 #endif
 }