From owner-freebsd-current Sat Dec 5 19:43:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14181 for freebsd-current-outgoing; Sat, 5 Dec 1998 19:43:29 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from friley-184-92.res.iastate.edu (friley-184-92.res.iastate.edu [129.186.184.92]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14176 for ; Sat, 5 Dec 1998 19:43:28 -0800 (PST) (envelope-from mystify@friley-184-92.res.iastate.edu) Received: from friley-184-92.res.iastate.edu (localhost.res.iastate.edu [127.0.0.1]) by friley-184-92.res.iastate.edu (8.9.1/8.9.1) with ESMTP id VAA03006 for ; Sat, 5 Dec 1998 21:43:26 -0600 (CST) (envelope-from mystify@friley-184-92.res.iastate.edu) Message-Id: <199812060343.VAA03006@friley-184-92.res.iastate.edu> To: freebsd-current@FreeBSD.ORG Subject: Where is pthread_cancel()? Date: Sat, 05 Dec 1998 21:43:25 -0600 From: Patrick Hartling Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm attempting to port a multithreaded library from IRIX to FreeBSD-current, and I was wondering why there is no pthread_cancel() in libc_r. I am not up on the full Pthreads Draft 10 standard, but I thought pthread_cancel() was part of it. Am I mistaken? Should I just use pthread_kill() and not worry about this? Thanks. -Patrick Patrick L. Hartling | Research Assistant, ICEMT mystify@friley-184-92.res.iastate.edu | Carver Lab - 95E Black Engineering http://www.public.iastate.edu/~oz/ | http://www.icemt.iastate.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message