From owner-freebsd-hackers Fri May 21 3:21:59 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id E42E0158F7 for ; Fri, 21 May 1999 03:21:55 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id GAA04682; Fri, 21 May 1999 06:21:08 -0400 (EDT) Date: Fri, 21 May 1999 06:21:08 -0400 (EDT) From: Daniel Eischen Message-Id: <199905211021.GAA04682@pcnet1.pcnet.com> To: daeron@Wit401305.student.utwente.nl, freebsd-hackers@FreeBSD.ORG Subject: Re: pthread_cancel ? Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am currently having the author of the SDL-library on my box trying to > cook up a port of the SDL-library for FreeBSD. > > SDL (Simple DirectMedia Layer) is the library used by Loki Software to > build CIV:CTP > > As I have seen now the entire library works perfectly ;-) > > except for one thing .... 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 implementation ? You should search the mailing list archives (probably -hackers and -current) for previous posts. Some work needs to be done to libc in order to properly support POSIX thread cancellation points. I think Richard Seaman volunteered to do this :-) I've got some stale patches to add pthread_cancel and friends to libc_r, but they will not support the POSIX mandated thread cancellation points without changes to libc. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message