2002-11-15 Dick Porter <dick@ximian.com>
authorDick Porter <dick@acm.org>
Fri, 15 Nov 2002 13:41:42 +0000 (13:41 -0000)
committerDick Porter <dick@acm.org>
Fri, 15 Nov 2002 13:41:42 +0000 (13:41 -0000)
commit111b021828ce9de4710b152a7ffa495a5365ec5c
treefc6dbdf634ac58904c35627e0c61a3cbf47573b1
parent0b6d4a6bf92111b790e9acc0fa04b3d62290c5c3
2002-11-15  Dick Porter  <dick@ximian.com>

* timed-thread.c: Removed unneeded parameters in
_wapi_timed_thread_attach().

* threads.c: Renamed AttachThread() to make it not look like
external API.  Removed unneeded parameters.

2002-11-15  Dick Porter  <dick@ximian.com>

* threadpool.c:
* threads.c:
* appdomain.c: Removed mono_runtime_init_with_attach(),
mono_thread_create_arg(), and mono_thread_init_with_attach(), by
merging the extra parameter with the existing function.  Removed
unneeded code in mono_thread_attach().

2002-11-15  Dick Porter  <dick@ximian.com>

* jit.c: Pass the attach callback to mono_runtime_init().

2002-11-15  Dick Porter  <dick@ximian.com>

* interp.c: mono_runtime_init() now has an extra parameter for
thread attaching.

svn path=/trunk/mono/; revision=8996
14 files changed:
mono/interpreter/ChangeLog
mono/interpreter/interp.c
mono/io-layer/ChangeLog
mono/io-layer/threads.c
mono/io-layer/timed-thread.c
mono/io-layer/timed-thread.h
mono/jit/ChangeLog
mono/jit/jit.c
mono/metadata/ChangeLog
mono/metadata/appdomain.c
mono/metadata/appdomain.h
mono/metadata/threadpool.c
mono/metadata/threads.c
mono/metadata/threads.h