* src/threads/posix/thread-posix.cpp, src/threads/thread.cpp,
authorStefan Ring <stefan@complang.tuwien.ac.at>
Mon, 21 Feb 2011 22:59:12 +0000 (23:59 +0100)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Mon, 21 Feb 2011 22:59:12 +0000 (23:59 +0100)
commit86d823b0f0a96d85999b3ffcbaa4a34c7ee6df3f
treea6b3fbd2b2c8f5947dc2f7532a35469788707734
parent05e9375c76bd02c893870640faacba875a82e27e
* src/threads/posix/thread-posix.cpp, src/threads/thread.cpp,
src/threads/thread.hpp: Factored out the implementation-specific bits.
* src/threads/thread-classpath.cpp, src/threads/thread-classpath.hpp
(ThreadRuntimeClasspath): GNU classpath implementation.
* src/threads/thread-cldc11.cpp, src/threads/thread-cldc11.hpp
(ThreadRuntimeCldc11): (Very) incomplete CLDC 1.1 implementation.
* src/threads/thread-openjdk.cpp, src/threads/thread-openjdk.hpp
(ThreadRuntimeOpenjdk): OpenJDK implementation.
* src/threads/Makefile.am: Added the new files.
src/threads/Makefile.am
src/threads/posix/thread-posix.cpp
src/threads/thread-classpath.cpp [new file with mode: 0644]
src/threads/thread-classpath.hpp [new file with mode: 0644]
src/threads/thread-cldc11.cpp [new file with mode: 0644]
src/threads/thread-cldc11.hpp [new file with mode: 0644]
src/threads/thread-openjdk.cpp [new file with mode: 0644]
src/threads/thread-openjdk.hpp [new file with mode: 0644]
src/threads/thread.cpp
src/threads/thread.hpp