pthread_cancel

1999-06-18 Thread Bodo Rueskamp
Hi, Is anyone working on pthread_cancel? ; Bodo -- Bodo Rüskamp, b...@rueskamp.com, 51°55' N 7°41' E (1) Elvis is alive. (2) Dinosaurs too. http://www.lochness.scotland.net/camera.htm (3) The next millenium starts on January 1st 2000. To Unsubscribe: send mail to majord...@freebsd.org

Re: pthread_cancel

1999-06-18 Thread Daniel Eischen
Bodo Rueskamp wrote: Is anyone working on pthread_cancel? I've got some stale patches for it which I'll bring up to date. But to implement the POSIX cancelable functions correctly will take some hacking of libc. I can do this also, but it needs further discussion as to how it _should_ be done

Re: pthread_cancel

1999-06-18 Thread Brian Fundakowski Feldman
On Fri, 18 Jun 1999, Daniel Eischen wrote: Bodo Rueskamp wrote: Is anyone working on pthread_cancel? I've got some stale patches for it which I'll bring up to date. But to implement the POSIX cancelable functions correctly will take some hacking of libc. I can do this also

Re: pthread_cancel

1999-06-18 Thread Daniel Eischen
Brian Fundakowski Feldman wrote: See the -hackers and -current mailing list archives, and pay particular attention to Derek Seaman's posts. Do you mean Richard? Oops. My sincere apologies to Richard Seaman (whom I actually meant - is it who or whom?). Derek is another fellow who happens

pthread_cancel ?

1999-05-21 Thread Pascal Hofstee
FreeBSD's pthread-implementation (libc_r) doesn't seem to have the pthread_cancel method(s) implemented .. which make the threaded part of the library mallfunction ... My question is if there is any likely support considdered on adding those additional function calls to FreeBSD's PTHREAD

Re: pthread_cancel ?

1999-05-21 Thread Daniel Eischen
FreeBSD's pthread-implementation (libc_r) doesn't seem to have the pthread_cancel method(s) implemented .. which make the threaded part of the library mallfunction ... My question is if there is any likely support considdered on adding those additional function calls to FreeBSD's PTHREAD