Re: On pthreads [Was: Re: I was accepted to LokiHack '99 at Atlanta Linux Showcase]

1999-10-06 Thread Jeroen Ruigrok/Asmodai
On [19991006 04:02], Brian F. Feldman ([EMAIL PROTECTED]) wrote: What do you all think about http://www.FreeBSD.org/~green/OpenBSD.libc_r.cancel.patch ? I isolated the set of commits that added cancelling to OpenBSD's libc_r, and it seems (since they took it from us originally :) it should be

Re: On pthreads [Was: Re: I was accepted to LokiHack '99 at Atlanta Linux Showcase]

1999-10-06 Thread Daniel Eischen
Jeroen Ruigrok/Asmodai wrote: On [19991006 04:02], Brian F. Feldman ([EMAIL PROTECTED]) wrote: What do you all think about http://www.FreeBSD.org/~green/OpenBSD.libc_r.cancel.patch ? I isolated the set of commits that added cancelling to OpenBSD's libc_r, and it seems (since they took it

Re: On pthreads [Was: Re: I was accepted to LokiHack '99 at Atlanta Linux Showcase]

1999-10-04 Thread Daniel Eischen
Jeroen Ruigrok/Asmodai wrote: We could implement pthread_cancel rather easily (I have some crufty patches lying around somewhere to do it), but it wouldn't be nearly POSIX compliant. Some non-cancellable routines would be cancellable, and vice-versa I think too.