add forgetten file
[model-checker.git] / schedule.cc
2012-05-21 Brian Norrisfixup EOL whitespace
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-21 Brian Demskyremove lines from other files
2012-05-21 Brian Demskyfix various problems with my 64-bit clean hack
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-04 Brian Norrisschedule: fix printf warning (size_t uses %zu)
2012-04-24 Brian Norrisschedule: only print when DEBUG is enabled
2012-04-24 Brian Norrisschedule: reset scheduler when thread is removed
2012-04-24 Brian Norrisunify style for returning pointers
2012-04-23 Brian Norrisimprove scheduler debugging
2012-04-23 Brian Norrisschedule: bugfix - set 'current' thread in all cases
2012-04-23 Brian Norrisschedule: refactor next_thread() for better debug printing
2012-04-23 Brian Norrisschedule: print debug info
2012-04-20 Brian Norrismodel: implement, use schedule_next_thread()
2012-04-20 Brian Norrisschedule: replace queue with list
2012-04-17 Brian Norrisrename threads_internal.h -> threads.h
2012-04-16 Brian Norrismajor rewrite - 'struct thread' replaced with internal...
2012-04-10 Brian Norrisscheduler: kill 'replaceable' scheduler
2012-03-15 Brian Norrisschedule: use STL 'queue' instead of 'list'
2012-03-15 Brian Norrisremove unnecessary #includes
2012-03-15 Brian Norrisschedule: make 'current' a private member of the scheduler
2012-03-15 Brian Norrisschedule: use STL list class instead of custom queue
2012-03-14 Brian Norrisschedule: move schedule.c --> schedule.cc