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: Is eCos having this constrains


On Thu, Apr 15, 2004 at 11:43:48AM +0530, Prabhat Shrivastav wrote:
> Hi 
> 
> I have some doubt, 

> How many number of mutex you can initialize in your single project
> while using eCos . Is there any limitation other than memory
> constrains. 

Memory is the only constraint. The queue of threads is built using
pointers which each thread already have, so there is no additional
memory required while the mutex is in operation.

       Andrew

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


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