Date: Wed, 2 Sep 1998 00:36:13 +0000 (GMT) From: Terry Lambert <tlambert@primenet.com> To: chanders@timing.com (Craig Anderson) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: pthread_cancel Message-ID: <199809020036.RAA09470@usr01.primenet.com> In-Reply-To: <199809012103.PAA11043@count.timing.com> from "Craig Anderson" at Sep 1, 98 03:03:02 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> I am starting to use threads on a FreeBSD 2.2.6 system. > Is there a pthread_cancel() function? No. FreeBSD provides Draft 4 pthreads, not the Draft 10 (Standard). FreeBSD -current is, right now, a bastard child of Draft 4 and Standard, with the only way to tell them apart being one of the few things that was braought up to Standard. 8-(. Use Draft 4 programming techniques, and you will be fine. See the O'Reilly Pthreads book for exmaples of how to substitute code; there is an appendix dedicated to the differences. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809020036.RAA09470>