Discussion:
reaperWaitQueue
(too old to reply)
c***@CSIC.UMD.EDU
2005-09-18 00:04:13 UTC
Permalink
I wanted to know what the reaperWaitQueue stored ?

Does it store the Zombies?

Or stores a list of all threads that are waiting to be reaped but
cannot since a parent is yet to call the Wait
Shadan Haghani
2005-09-18 08:09:24 UTC
Permalink
I think the point of zombies is that they aren't on any queue. They've
detached themselves, but they cannot go to the Reaper because of their
refCount. They're not runnable, they won't be waiting, and they won't be in
the graveyard queue.
Post by c***@CSIC.UMD.EDU
I wanted to know what the reaperWaitQueue stored ?
Does it store the Zombies?
Or stores a list of all threads that are waiting to be reaped but
cannot since a parent is yet to call the Wait
Loading...