* src/native/vm/sun_misc_Unsafe.cpp: Added implementations of park / unpark.
authorStefan Ring <stefan@complang.tuwien.ac.at>
Wed, 8 Oct 2008 07:41:09 +0000 (09:41 +0200)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Wed, 8 Oct 2008 07:41:09 +0000 (09:41 +0200)
commitcb08fee12653eabbad0a8ea716b641e3f58cbfcb
tree382e03f6a14f2c331040c1c12c7b3bc6ffed7176
parent31f3116b71b9421823169177ce5768cfad051094
* src/native/vm/sun_misc_Unsafe.cpp: Added implementations of park / unpark.
* src/threads/posix/thread-posix.cpp: Added threads_park / threads_unpark.
(threads_wait_with_timeout): Extended for parking functionality.
* src/threads/posix/thread-posix.hpp (threadobject): Added park_permit.
src/native/vm/sun_misc_Unsafe.cpp
src/threads/posix/thread-posix.cpp
src/threads/posix/thread-posix.hpp