Date: Sat, 05 Dec 1998 21:43:25 -0600 From: Patrick Hartling <mystify@friley-184-92.res.iastate.edu> To: freebsd-current@FreeBSD.ORG Subject: Where is pthread_cancel()? Message-ID: <199812060343.VAA03006@friley-184-92.res.iastate.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812060343.VAA03006>