Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - in io-pkt rx_interrupt_handler context: (1 Item)
   
in io-pkt rx_interrupt_handler context  
generally we register a handler such as:
    vdevpeer->rx_ient.func = vdevpeer_rx_interrupt;
and then in other thread we raise it by interrupt_queue(vdevpeer->iopkt, &vdevpeer->rx_ient);
i want to know  in vdevpeer_rx_interrupt context it is ISR context or thread context or signal hanler context?