my changes
[model-checker.git] / threads.cc
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-09 Subramanian GanapathyAdding STL stuff and operator news of snapshot to model...
2012-05-08 Brian Norrismain/threads: remove excess headers
2012-05-08 Brian Norrismain: split main() (and related functions) into main.cc
2012-05-03 Brian Norristhreads: add parent info + get_parent() method
2012-05-03 Brian Norrisreplace non-fatal error messages with ASSERT()'s
2012-05-02 Brian Norristhreads: don't call the userprogram interface for initi...
2012-04-27 Brian Norristhread: remove dead Thread code
2012-04-26 Brian Norrisdemote 'system_thread' to just 'system_context'
2012-04-26 Brian Norrismodel: bugfix - reset the "current_action" after it...
2012-04-24 Brian Norristhreads: allocate Threads in via userMalloc()
2012-04-24 Brian Norriscommon: introduce userMalloc() and userFree()
2012-04-24 Brian Norrismodel: rename print_trace() -> print_summary(), fixup...
2012-04-24 Brian Norristhreads: cleanup inconsistencies in memory management
2012-04-24 Brian Norristhreads: set up Thread to be freed properly
2012-04-24 Brian Norristhreads: don't make direct call into scheduler
2012-04-24 Brian Norristhreads: save id within class Thread
2012-04-24 Brian Norristhreads: initialized Thread member variables
2012-04-24 Brian Norrisunify style for returning pointers
2012-04-24 Brian Norristhreads: prepare system to loop over many executions
2012-04-17 Brian Norrisrename threads_internal.h -> threads.h
2012-04-17 Brian Norristhreads/model: move switch_to_master from class Thread...
2012-04-16 Brian Norrislibthreads: split into libthreads and threads