Is my created thread still running ???
"Reddy Rohan" <[email protected]>
| Newsgroups | gmane.linux.ngpt.devel |
|---|---|
| Message-ID | <[email protected]> |
I have written a muti threaded application in which one of my threads(the main one) wants to know whether a thread previously created is still running or has exited and i cannot join this thread as it has to take inputs from the front end (ncurses based text grahicall frontend) i can only check peridically if the thread is still alive and also would like to retrive the return status code of the (if) exited thread. pl reply as soonn as possible -Rohan