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]

Re: mbox, ISR and DSR...


> Hi,
> 
> Is it safe to use mbox function in an ISR? and in a DSR?

I've used cyg_mbox_tryput() in a DSR. Its worked so far. It seems a
genaral rule of thumb is you can use anything that does not block in a
DSR. 

        Andrew

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