Date: Mon, 25 Feb 2008 11:35:07 +0100 From: "Heiko Wundram (Beenic)" <wundram@beenic.net> To: freebsd-questions@freebsd.org Subject: Re: Recursive mutex safe on FreeBSD 6.2 Message-ID: <200802251135.07825.wundram@beenic.net> In-Reply-To: <1563a4fd0802250228k7800ddb9pa6b84041cb098433@mail.gmail.com> References: <1563a4fd0802250228k7800ddb9pa6b84041cb098433@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Montag, 25. Februar 2008 11:28:36 schrieb navneet Upadhyay: > can we use recursive mutex on 6.2 freebsd ?? Why not? FreeBSD is POSIX-compliant (unless otherwise specified; see pthread.h for details), and AFAIK it is for recursive mutexes (at least I haven't found anything else so far while using them). -- Heiko Wundram Product & Application Development
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802251135.07825.wundram>