fixed some thread allocation bugs:
authorbdemsky <bdemsky>
Thu, 20 Sep 2007 09:43:59 +0000 (09:43 +0000)
committerbdemsky <bdemsky>
Thu, 20 Sep 2007 09:43:59 +0000 (09:43 +0000)
commit4ea90e69b0cc2aae06a60a0e8dcb923062119769
treea0f6dd0e6eacefc77e3a84e3b66a04f63846f265
parent2f8b944454ee4b9f00136308670342b52099371d
fixed some thread allocation bugs:
1) if thread creation fails, retry it...the os always the option just to not cooperate
2) need to either:
a) join a thread or
b) set it as a detached thread
Robust/src/Runtime/DSTM/interface/dstmserver.c
Robust/src/Runtime/DSTM/interface/trans.c