Hi there,
In my program, one thread runs into a "die" statement, but when I use threads->list to get a list of thread ids, the "dead" thread is still there. How come? The thread is not a detached thread.
Have you join()ed the thread?
Liz
Hi there,
In my program, one thread runs into a "die" statement, but when I use threads->list to get a list of thread ids, the "dead" thread is still there. How come? The thread is not a detached thread.