From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 28 18:20:02 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FC501065677 for ; Sun, 28 Jun 2009 18:20:02 +0000 (UTC) (envelope-from msnkipa@mail.ru) Received: from f103.mail.ru (f103.mail.ru [217.69.128.63]) by mx1.freebsd.org (Postfix) with ESMTP id B8FAB8FC19 for ; Sun, 28 Jun 2009 18:20:01 +0000 (UTC) (envelope-from msnkipa@mail.ru) Received: from mail by f103.mail.ru with local id 1MKyyu-0002jv-00 for freebsd-hackers@freebsd.org; Sun, 28 Jun 2009 22:20:00 +0400 Received: from [188.134.1.94] by win.mail.ru with HTTP; Sun, 28 Jun 2009 22:20:00 +0400 From: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC_=EB=C9=D0=C1?= To: freebsd-hackers@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [188.134.1.94] Date: Sun, 28 Jun 2009 22:20:00 +0400 X-Mru-Data: 2695:1:1:107:107:0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-Mras: Ok Subject: Can I bind POSIX thread to cpu core? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?koi8-r?Q?=ED=C9=C8=C1=C9=CC_=EB=C9=D0=C1?= List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2009 18:20:02 -0000 I have system with 4 core cpu. How can I bind POSIX thread to the one core? I mean that this thread can be executed on the fixed core.