From owner-freebsd-hackers Fri Aug 20 21:39: 3 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from bluerose.windmoon.nu (c255152-a.plstn1.sfba.home.com [24.7.89.179]) by hub.freebsd.org (Postfix) with ESMTP id 7E8B8153D7 for ; Fri, 20 Aug 1999 21:38:53 -0700 (PDT) (envelope-from fengyue@bluerose.windmoon.nu) Received: from localhost (fengyue@localhost) by bluerose.windmoon.nu (Windmoon-Patched/8.9.3/8.9.3) with ESMTP id VAA00971 for ; Fri, 20 Aug 1999 21:45:55 -0700 (PDT) Date: Fri, 20 Aug 1999 21:45:55 -0700 (PDT) From: =?ISO-9550?B?o8C359TCv82jwA==?= To: freebsd-hackers@FreeBSD.ORG Subject: pthread_set_concurrency() In-Reply-To: <199908210237.TAA69152@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello there, so it seems that pthread_set_concurrency() has not been implemented at least up to 3.2-stable. How could one ensure that their threads in an application can be "equally" distributed to all the processors in FreeBSD? Are there any documents on FreeBSD 3.*'s thread support(both kernel and user level)? The pthread man pages are quiet incompelete and some pthread calls have not been implemented. Thanks, Ming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message