* src/threads/thread.cpp: Set thread to RUNNABLE during Thread.start.
authorStefan Ring <stefan@complang.tuwien.ac.at>
Fri, 13 May 2011 16:01:24 +0000 (18:01 +0200)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Fri, 13 May 2011 16:01:24 +0000 (18:01 +0200)
* src/threads/posix/thread-posix.cpp: Removed state-setting function call that
would be done by the thread itself, creating a nasty race.


No differences found