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 to check if a thread is alive: Page 1 of 3 (3 Items)
   
How to check if a thread is alive  
I have a process that starts a thread. The thread runs continuously and updates a status variable. My main process does 
several things and checks the status variable set by the thread.  I want to verify the thread is alive before I check 
the status variable. I am not finding the mechanism to check if the thread is running. Can someone point me in the right
 direction?