Date: Fri, 18 Oct 2002 16:07:25 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Matthias Trevarthan <trevarthan@wingnet.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Multithreading C/C++ code Message-ID: <20021018210725.GD38243@dan.emsphone.com> In-Reply-To: <200210181633.53768.trevarthan@wingnet.net> References: <200210181633.53768.trevarthan@wingnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 18), Matthias Trevarthan said: > Howdy! > > Just curious, but what is the standard way to implement > cross-platform multi-threading? Java has native threads. Windows has > native threads. What do architectures like FreeBSD and other > Unix-like systems use? And what is the standard for cross-platform > implementation? POSIX threads aka pthreads. See the manpage for a quick explanation. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021018210725.GD38243>