From owner-freebsd-hackers Thu May 27 9:12:14 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 3425114C4B for ; Thu, 27 May 1999 09:12:12 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id MAA00522; Thu, 27 May 1999 12:11:25 -0400 (EDT) Date: Thu, 27 May 1999 12:11:25 -0400 (EDT) From: Daniel Eischen Message-Id: <199905271611.MAA00522@pcnet1.pcnet.com> To: fengyue@bluerose.windmoon.nu, freebsd-hackers@FreeBSD.ORG Subject: Re: pthread scheduling? Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It seems on 2.2.8 and 3.1, pthread_attr_getschedpolicy and > pthread_attr_setschedpolicy are not implemented. > > nm /usr/lib/libc_r.a | grep pthread_attr_getschedpolicy > > Even tho I could see it from the pthread manpage. > > So, how do you guys do thread scheduling? Upgrade to 3.2-stable or use pthread_setprio/pthread_getprio. bash-2.02$ uname -v FreeBSD 3.2-BETA #3: Tue May 11 19:06:08 EDT 1999 bash-2.02$ nm /usr/lib/libc_r.a | grep pthread_attr_getschedpolicy 00000000 T pthread_attr_getschedpolicy Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message