projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675b681
)
libthreads: print out trace at end of execution
author
Brian Norris
<banorris@uci.edu>
Tue, 10 Apr 2012 22:51:33 +0000
(15:51 -0700)
committer
Brian Norris
<banorris@uci.edu>
Tue, 10 Apr 2012 22:51:33 +0000
(15:51 -0700)
libthreads.cc
patch
|
blob
|
history
diff --git
a/libthreads.cc
b/libthreads.cc
index a8ce0faee1ef59a94191858d0e3f57baea41e43b..f5cbb9fe46958cde1772f2580b1d924239dd8d07 100644
(file)
--- a/
libthreads.cc
+++ b/
libthreads.cc
@@
-178,6
+178,7
@@
int main()
/* Wait for all threads to complete */
thread_wait_finish();
+ model->print_trace();
delete model;
myFree(main_thread);