Added new PTHREAD_MUTEX_RECURSIVE mutex attribute
authoradash <adash>
Tue, 18 Sep 2007 17:31:31 +0000 (17:31 +0000)
committeradash <adash>
Tue, 18 Sep 2007 17:31:31 +0000 (17:31 +0000)
commit0ad060629e27ee9c6e6f746baf08d2bbb983cef2
tree9efa835bebacc419f51cc2174b0c394156840165
parentc17e285ccafd31891aa26bf1a63d46996155a091
Added new PTHREAD_MUTEX_RECURSIVE mutex attribute
Checked locks for correcting waits
Fixed double frees
TODO: Correct segmentation violation due to corrupt pointers to run the third remotethread
test case
Robust/src/Runtime/DSTM/interface/dstm.h
Robust/src/Runtime/DSTM/interface/dstmserver.c
Robust/src/Runtime/DSTM/interface/prelookup.c
Robust/src/Runtime/DSTM/interface/prelookup.h
Robust/src/Runtime/DSTM/interface/trans.c