* 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)
commitb77bcf3b81f9f42dfcaeec549a2a066e4b996110
treead36c279de8d2f305d1bed8b173c716f83d600d3
parent2d0318e8ef5490edb37dd0727e0b58f2feb2c3bf
* src/threads/thread.cpp: Set thread to RUNNABLE during Thread.start.
* src/threads/posix/thread-posix.cpp: Removed state-setting function call that
would be done by the thread itself, creating a nasty race.
src/threads/posix/thread-posix.cpp
src/threads/thread.cpp