Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 21:47:02 -0600 (CST)
From:      Loren James Rittle <rittle@latour.rsch.comm.mot.com>
To:        davidc@issci.ca
Cc:        current@freebsd.org
Subject:   Re: Objective-C threads
Message-ID:  <200210310347.g9V3l2hw006240@latour.rsch.comm.mot.com>

next in thread | raw e-mail | index | archive | help

Use thr-objc not thr-posix.  thr-objc maps to the gcc generic thread
abstration layer and is better supported these days.  It will also
correctly disable overhead related to threading when a program is
single-threaded using weak symbols.  thr-posix doesn't do that...

Regards,
Loren

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?200210310347.g9V3l2hw006240>