From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5fw8-0006W8-Os for qemu-devel@nongnu.org; Mon, 09 Jun 2008 07:53:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5fw7-0006Uc-1U for qemu-devel@nongnu.org; Mon, 09 Jun 2008 07:53:20 -0400 Received: from [199.232.76.173] (port=33376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5fw6-0006UR-Qc for qemu-devel@nongnu.org; Mon, 09 Jun 2008 07:53:18 -0400 Received: from rv-out-0708.google.com ([209.85.198.250]:3825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5fw6-0002xW-KE for qemu-devel@nongnu.org; Mon, 09 Jun 2008 07:53:18 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1832591rvb.22 for ; Mon, 09 Jun 2008 04:53:16 -0700 (PDT) Message-ID: <94a0d4530806090453w156730caqc00e1a21bec7efd@mail.gmail.com> Date: Mon, 9 Jun 2008 14:53:16 +0300 From: "Felipe Contreras" Subject: Re: [Qemu-devel] [4693] Implement thread creation. In-Reply-To: <20080608203423.GA28437@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080608203423.GA28437@localhost.localdomain> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, Jun 8, 2008 at 11:34 PM, Kirill A. Shutemov wrote: > On Sat, Jun 07, 2008 at 10:12:17PM +0000, Paul Brook wrote: >> Revision: 4693 >> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4693 >> Author: pbrook >> Date: 2008-06-07 22:12:17 +0000 (Sat, 07 Jun 2008) >> >> Log Message: >> ----------- >> Implement thread creation. > > Thanks for changes. > > But I still have race condition somewhere: I works fine here, but I had to add since PTHREAD_STACK_MIN wasn't defined. Best regards. -- Felipe Contreras