Re: pthreads
[email protected] (Neal H. Walfield)
| Newsgroups | gmane.os.hurd.devel.readers |
|---|---|
| Message-ID | <[email protected]> |
> Yes. When the cancellation handler returns, the thread is _cancelled_. So > you need to put a lot more into clean up handlers, eg all resources that are > allocated have to be deallocated, and you have to send a reply message in > the last cancellation handler, etc. Yes, I see what you are saying. Thanks for clarifying.