This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
really_start vs _Jv_ThreadRegister?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 12 Dec 2001 13:21:15 -0500
- Subject: really_start vs _Jv_ThreadRegister?
- Organization: Myself
Hrm, for the FirstThread, it seems that really_start (foo-threads.cc)
never gets called.
What are the semantics for really_start -- is it guaranteed to be part
of the call path that starts the thread, or is it only sometimes part
of it? If only sometimes, when is it, and when is it not?
Is really_start how you spawn a new thread, and _Jv_ThreadRegister how
you "bless" a platform-specific thread into being a java thread?
- a