Project Home
Project Home
Documents
Documents
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 - How do I teardown an interrupt thread blocked on InterruptWait(0, NULL)?: (1 Item)
   
How do I teardown an interrupt thread blocked on InterruptWait(0, NULL)?  
When I bring down my device driver, how do I stop the interrupt thread, which is blocked on  InterruptWait(0, NULL)?

Is this the correct approach?
int pthread_cancel( pthread_t thread );

Regards,

Leon.