threads: save id within class Thread
authorBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 02:22:52 +0000 (19:22 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 02:22:52 +0000 (19:22 -0700)
There may be points at which the user's thread ID struct goes out of scope, but
I still need it internally. I think I'll just keep it internally, with a
duplicate in the user's copy.


No differences found