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]

cyg_alarm - which context


Hi,

I have an alarm handle which is called periodically. In which context is the function called? Obviously it is not a thread because cyg_thread_delay does not work.
Anyway - is this handle-function interruptible by the scheduler or should I handle it like a interrupt routine? (I hope it does not block interrupts.)
Which stack is used by this function? It is the idle stack?


Thank you,
 Martin Laabs

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