This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

really_start vs _Jv_ThreadRegister?



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]