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: Reentrancy of the ecos drivers




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?

 

Regards

Marc



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