major rewrite - 'struct thread' replaced with internal 'class Thread'
[model-checker.git] / libthreads.cc
2012-04-16 Brian Norrismajor rewrite - 'struct thread' replaced with internal...
2012-04-10 Brian Norrislibthreads: print out trace at end of execution
2012-04-10 Brian Norrislibthreads: perform 'model checking' when moving to...
2012-04-10 Brian Norrislibthreads: thread_join: return 'int' as status
2012-04-10 Brian Norristhreads_internal: pass the current 'action' to the...
2012-04-10 Brian Norristhreads_internal: add 'thread_switch_to_master()' inter...
2012-04-05 Brian Norrisuse my{Malloc,Free} in model-checking code
2012-03-14 Brian Norrisrename other *.c to *.cc