Sunday 30 October 2011

Blocking in interrupt handler.

Blocking in interrupt handler.

I have situation where I have to wait in interrupt handler till I compele other work/wait till some flag set.

i.e want to wait (not return from IH) and block inside interrupt handler, dont want to loop as it cause lot of cpu usage.

let me know if we have any signaling or any mechanism.

Thanks in Advance!!!

No comments:

Post a Comment