Invent tid_t data type and use it in many places where we current use
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Sep 2004 21:07:03 +0000 (21:07 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Sep 2004 21:07:03 +0000 (21:07 +0000)
commit5fa7a9e2a12522684b0fbaa7d06555544563f124
tree9cdb10a94bc5415b484500e7b7a8170c130960b7
parent605dc396d6dc9f2111e1c1938daa51e3f3bc75c3
Invent tid_t data type and use it in many places where we current use
struct thread *.
Remove thread_name() argument.
src/threads/synch.c
src/threads/test.c
src/threads/thread.c
src/threads/thread.h
src/userprog/exception.c