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]

Synchronization primitive for DSRs


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


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