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]

Question about the parameter passed to cyg_thread_create() fun?


Hi all:
  For the stack to be used for the thread which type should be used?
e.g. if define cyg_uint32 stack[4096], then the size parameter should be
4096 or should be in byte count 4*4096  passed to cyg_thread_create()?
if cyg_uint8 stack[4096] then 4096 should be passed as the size parameter to
cyg_thread_create().

Thanks a lot.


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