rename MYMALLOC -> model_malloc
[c11tester.git] / schedule.cc
2012-09-25 Brian NorrisMerge branch 'norris'
2012-09-24 Brian Demskyfairness changes...
2012-09-20 Brian Norrisfix compilation (includes)
2012-09-19 Brian Demskymerge stuff
2012-09-19 Brian Demskymore bugs
2012-09-19 Brian Demskymy schedule changes
2012-09-19 Brian Demskyichange
2012-09-18 Brian Demskychanges
2012-09-12 Brian Norristhreads, model, schedule: refactor thread joining
2012-09-12 Brian Norrisschedule: add sleep() function
2012-09-07 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-09-06 Brian NorrisMerge branch 'norris'
2012-09-06 Brian Norrisschedule: add wait and wake functions
2012-09-04 Brian Norrismodel/schedule: revise 'nextThread' data flow
2012-08-16 Brian NorrisMerge branch 'norris'
2012-08-16 Brian Norrisschedule: make print() const
2012-08-16 Brian Norrisschedule, threads: update comments, const's
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