I need a method, like "isAlive" in java, to use in my C project to know the state of a pthread. While I was searching online I didn't manage to find anything. Do you guys have any suggestion?
Asked
Active
Viewed 152 times
0
-
In case it helps https://stackoverflow.com/questions/2156353/how-do-you-query-a-pthread-to-see-if-it-is-still-running – Federico klez Culloca Mar 21 '18 at 14:46
-
2Just because you mention Java, that doesn't mean the question is Java-related. Don't tag unrelated languages/technologies. – T.J. Crowder Mar 21 '18 at 14:46
-
'Do you guys have any suggestion?' sure - redesign so that such calls/methods are not required. – Martin James Mar 21 '18 at 17:15