Messages in this thread |  | | Subject | Re: thread group comments | Date | Sat, 2 Sep 2000 11:45:36 +0100 (BST) | From | Alan Cox <> |
| |
> The queued exit signal could carry which thread has died. The only tricky > issue is what to do when the exit signal cannot be queued because there > are too many threads in flight, in this case it makes sense to just make > it pending without any data (the thread library can search some global > data structure in this case)
And where it can and cannot be delivered priviledged. I think you need to deliver SIGCLD to the real parent unless the proposed target pid is in the same thread group, uid, gid.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |