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: ecos state machine


ÕÅ ÁÁ <johnsonest@hotmail.com> writes:

> hi,nikg!
>    i have a question to consult you:
>    In ecos,why thread_data_map was defined as "static" type?
>    so all threads share this variable,just like global variable in C,right?
> 

[Please remember to copy all messages to the ecos-discuss list. That
way others can benefit from the discussion and it will be archived for
future reference.]

The intended use of the per-thread data is that a slot that is
reserved by a library or some other component does so for all
threads. Hence the map must be global. 

-- 
Nick Garnett - eCos Kernel Architect


--
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]