This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

Re: question about POSIX thread


ZI ZHOU wrote:
Hi,

I am trying to find out my current thread using
pthread_self(), can I call it directly in
cyg_start()?in other words, is cyg_start() considered
a main thread?

No.


Or should I create a thread in
cyg_start() and call pthread_self() within this
thread? How about cyg_thread_self()?

Only create eCos threads from cyg_start(). Create POSIX threads from main() (and use pthread_create).


Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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