Hi there,

I searching for a kind of mutex which also blocks a specific DSRs. Mutexes doesn't work within DSRs, so the only way to share resources which are used by a thread and a DSR is to use scheduler_lock() which blocks the whole system.

I think about a mutex, which when locked prevents a DSR from being called. Is this already possible with eCos?

Bye...

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

Reply via email to