schedule: exit if we run out of linked-list nodes
[c11tester.git] / schedule.c
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.