On Thursday, January 10, 2002, at 04:15 PM, Wojciech Kocjan wrote: > Can a thread be forcibly removed by pthread?
The spec defines "pthread_cancel", which will cancel execution of a thread, but the thread may not be in a cancelable state, and the implementations are uneven, so that the call doesn't even work on some platforms.
