From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jx2MU-0005RJ-8R for qemu-devel@nongnu.org; Fri, 16 May 2008 12:00:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jx2MR-0005QC-FP for qemu-devel@nongnu.org; Fri, 16 May 2008 12:00:49 -0400 Received: from [199.232.76.173] (port=45536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx2MR-0005Q7-5b for qemu-devel@nongnu.org; Fri, 16 May 2008 12:00:47 -0400 Received: from main.gmane.org ([80.91.229.2]:46039 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jx2MQ-0006Mr-Lb for qemu-devel@nongnu.org; Fri, 16 May 2008 12:00:46 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jx2MN-0003f3-SG for qemu-devel@nongnu.org; Fri, 16 May 2008 16:00:43 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2008 16:00:43 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2008 16:00:43 +0000 From: "consul" Date: Fri, 16 May 2008 09:00:32 -0700 Message-ID: References: Sender: news Subject: [Qemu-devel] Re: Re: [PATCH] Windows compile errors 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 "Johannes Schindelin" wrote in message news:alpine.DEB.1.00.0805161043540.30431@racer... > It is common to say "Sleep((x) * 1000)" to prevent errors, such as when > you write "sleep(1000 + 0);" > I think this may be not a right thing to do anyway. How does the sleep help here? does the musicpal_init run in a separate thread? /* * Wait a bit to catch menu button during U-Boot start-up * (to trigger emergency update). */ sleep(1);