From owner-freebsd-questions Fri Oct 18 14:11: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED0437B404 for ; Fri, 18 Oct 2002 14:10:58 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659ED43E97 for ; Fri, 18 Oct 2002 14:10:57 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.12.3/8.12.3) with ESMTP id g9IL93cW096212; Fri, 18 Oct 2002 18:09:03 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 18 Oct 2002 18:09:02 -0300 (ART) From: Fernando Gleiser To: Matthias Trevarthan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Multithreading C/C++ code In-Reply-To: <200210181633.53768.trevarthan@wingnet.net> Message-ID: <20021018180644.Y76571-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-3.4 required=5.0 tests=IN_REP_TO version=2.31 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 18 Oct 2002, Matthias Trevarthan wrote: > 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? The standard is pthreads, which is the short name for POSIX Threads. man pthread for details. A very good book on the subject is Butenhof's "Programming with POSIX Threads" Fer > > This is probably the wrong list for this sort of thing, but it IS a question, > and it DOES relate to FreeBSD, and I don't want to set up another maildrop > rule for yet another mailing list. > > :) > > Thanks. > > Matthias > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message