major rewrite - 'struct thread' replaced with internal 'class Thread'
authorBrian Norris <banorris@uci.edu>
Mon, 16 Apr 2012 06:01:24 +0000 (23:01 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 16 Apr 2012 06:01:24 +0000 (23:01 -0700)
commitdf437a93a0599b75a4df8967d2943a01ca931a9a
tree363f5c43b47ec8f9139f9a3cb0b1004ed0a33f8b
parenteb5d233dfb48cf8628a8c8669666f7c1ae86d8f3
major rewrite - 'struct thread' replaced with internal 'class Thread'

Rewrite code such that most thread data is kept internally, not within the user
program.
libatomic.cc
libthreads.cc
libthreads.h
model.cc
model.h
schedule.cc
schedule.h
threads_internal.h
userprog.c