Date: Mon, 07 Nov 2005 11:57:13 -0000 From: "Niall Douglas" <s_sourceforge@nedprod.com> To: freebsd-threads@freebsd.org Subject: Re: c++ with pthread? Message-ID: <436F4119.5345.92723A0@localhost> In-Reply-To: <20051107.lED.26049900@entw-pr> References: <200511061918.00437.nb_root@videotron.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On 7 Nov 2005 at 8:10, Norbert Koch wrote: > Hi. > If you want to have classes with threads, I suggest > you try the port devel/commoncpp. It is a portable > c++ library for multi-threading. From my experience > it works fine. You could also try a free GUI toolkit. My own, TnFOX (http://www.nedprod.com/TnFOX) can be built so that all the GUI stuff is left out and you have just the system interface stuff. FXThreadLocalStorage provides TLS, FXMutex is a highly optimised hand written recursive mutex and FXThread provides a high level portable thread implementation with cancellation facilities. The documentation is at http://tnfox.sourceforge.net/TnFOX/html/ It's all regularly tested on FreeBSD. Cheers, Niall
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?436F4119.5345.92723A0>