model: enforce rule: current_action != NULL
[model-checker.git] / libthreads.h
2012-06-21 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-06 Brian Demsky1) Add more comments.
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-21 Brian Demskyfix various problems with my 64-bit clean hack
2012-05-01 Brian Norristhreads: move thread_id_t definition and redefine thrd_...
2012-04-24 Brian Norrislibthreads: remove unnecessary 'extern'
2012-04-24 Brian Norrislib*.h: wrap C headers in `extern "C"'
2012-04-16 Brian Norrismajor rewrite - 'struct thread' replaced with internal...
2012-04-10 Brian Norrislibthreads: thread_join: return 'int' as status
2012-04-05 Brian Norrislibthreads: make typedef for 'thread_id_t'
2012-03-13 Brian Norrisstricter typing of function pointers for makecontext()
2012-03-13 Brian Norristerminology - use 'thread id' instead of 'thread index'
2012-03-13 Brian Norrislibthreads: add THREAD_* states
2012-03-10 Brian Norrisuserprog: separate test 'program' out to userprog.c
2012-03-10 Brian Norrislibthreads: export thread_yield()
2012-03-10 Brian Norriscommon.h: move common code (non-user) to header
2012-03-10 Brian Norrislibthreads: add thread_current() function
2012-03-09 Brian Norrisreformat DEBUG messages
2012-03-09 Brian Norrislibthreads: export thread_join() in header
2012-03-09 Brian Norrislibthreads: merge thread_create() and thread_start()
2012-03-09 Brian Norrisschedule: add scheduler, thread_yield(), etc.
2012-03-09 Brian Norrislibthreads: fixups
2012-03-08 Brian Norrislibthreads: create header file