C++: don't use C++ keywords as names (this, new, etc.)
[c11tester.git] / schedule.c
2012-03-13 Brian NorrisC++: don't use C++ keywords as names (this, new, etc.)
2012-03-13 Brian NorrisC++: cast result of malloc
2012-03-13 Brian Norristerminology - use 'thread id' instead of 'thread index'
2012-03-12 Brian Norrisschedule: exit if we run out of linked-list nodes
2012-03-12 Brian Norrismove 'current thread' details
2012-03-12 Brian Norrisschedule: add replaceable scheduler struct
2012-03-10 Brian Norrisschedule: return next thread pointer directly
2012-03-10 Brian Norrisschedule: include libthreads.h
2012-03-10 Brian Norriscommon.h: move common code (non-user) to header
2012-03-10 Brian Norrisschedule: set thread to NULL when there is no next...
2012-03-09 Brian Norrisreformat DEBUG messages
2012-03-09 Brian Norrisschedule: add scheduler, thread_yield(), etc.