This is the mail archive of the ecos-discuss@sourceware.org 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: RE: Reentrancy of the ecos drivers


harbonne marc wrote:


Hi all,



My question is quite general, I cannot see in any ecos drivers provided with
the last version of ecos, a way to protect the shared resources.



As example, if you look at any display driver, we cannot see a semaphore
that will protect from a second task to access to the resource by
pre-empting the one which has the resource.



The only call I can see is a cyg_scheduler_lock and unlock to get/release
the resource.



But in many drivers such mechanism does not exist.

Can you tell me why?

In most cases, such resource management (if it's required) is handled at a level higher than the physical device driver.

What driver(s) are you concerned about?

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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