* src/threads/threads-common.c (threads_thread_create_internal):
authortwisti <none@none>
Thu, 26 Apr 2007 12:48:16 +0000 (12:48 +0000)
committertwisti <none@none>
Thu, 26 Apr 2007 12:48:16 +0000 (12:48 +0000)
commitfab0d0a926fce16b3db5e5f6211fe14eef23ae8d
tree702ce9f6b286a5dab49c73b5b7f95ed1cd7d5832
parentaabbe344bf4c77b7ac0e45f584b172ec39cdb96b
* src/threads/threads-common.c (threads_thread_create_internal):
Renamed to threads_thread_start_internal and start the thread.
(threads_start_javathread): Renamed to threads_thread_start.
* src/threads/threads-common.h: Likewise.

* src/threads/native/threads.c (threads_start_thread): Renamed to
threads_impl_thread_start.

* src/mm/memory.c (thread_memory): Removed.
(memory_start_thread): Call threads_thread_start_internal.

* src/vm/finalizer.c (thread_finalizer): Removed.
(finalizer_start_thread): Call threads_thread_start_internal.

* src/vm/signal.c (thread_signal): Removed.
(signal_start_thread): Call threads_thread_start_internal.

* src/vm/jit/optimizing/profile.c (thread_profile): Removed.
(profile_start_thread): Call threads_thread_start_internal.

* src/vm/jit/optimizing/recompile.c (thread_recompile): Removed.
(recompile_start_thread): Call threads_thread_start_internal.
src/mm/memory.c
src/threads/native/threads.c
src/threads/threads-common.c
src/threads/threads-common.h
src/vm/finalizer.c
src/vm/jit/optimizing/profile.c
src/vm/jit/optimizing/recompile.c
src/vm/signal.c