Re: [PATCH] Add missing wrapper function to pthread_cancel

2005-04-29 Thread Stipe Tolj
Wilfried Goesgens wrote: pthread offers a function to forcibly end a thread. usefull if a thread is caught in blocking I/O which makes it freeze. -1 on _this_ approach of gwthread_cancel(), due taht we don't handle here how the kannel thread data (threadinfo) is destroyed, etc. Consider the

Re: [PATCH] Add missing wrapper function to pthread_cancel

2005-04-13 Thread Wilfried Goesgens
On Wed, Apr 13, 2005 at 09:10:27PM +0200, Wilfried Goesgens wrote: pthread offers a function to forcibly end a thread. usefull if a thread is caught in blocking I/O which makes it freeze. the C code: ... #endif ---