projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67b694
)
bug fixes
author
bdemsky
<bdemsky>
Thu, 16 Apr 2009 07:40:55 +0000
(07:40 +0000)
committer
bdemsky
<bdemsky>
Thu, 16 Apr 2009 07:40:55 +0000
(07:40 +0000)
Robust/src/Runtime/thread.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/thread.c
b/Robust/src/Runtime/thread.c
index 11a7d762e2660fa5046415ea8428c8b767234c91..24eb70cde6f21a7821613754afa50eaa8cfeeff1 100644
(file)
--- a/
Robust/src/Runtime/thread.c
+++ b/
Robust/src/Runtime/thread.c
@@
-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
}