From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20935 invoked by alias); 10 Jun 2005 18:07:36 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 20719 invoked by uid 22791); 10 Jun 2005 18:07:30 -0000 Received: from thulium.colossus.net (HELO thulium.colossus.net) (216.121.96.69) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 10 Jun 2005 18:07:30 +0000 Received: from cs01i00388.commodity.com.br (200-161-26-3.speedyterra.com.br [200.161.26.3] (may be forged)) by thulium.colossus.net (8.9.3p2/8.9.3) with ESMTP id LAA22929 for ; Fri, 10 Jun 2005 11:08:07 -0700 content-class: urn:content-classes:message Subject: pthread_cond_timedwait MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 10 Jun 2005 18:07:00 -0000 Message-ID: <9F29CF63398CDA4E8F98170E30D4230727C1D7@cs01i00388.commodity.com.br> From: "Allan Comar" To: X-SW-Source: 2005/txt/msg00109.txt.bz2 Hi all, I am needing something that I couldn't find in nowhere else, I am t= rying to use pthread_cond_timedwait but I want that the time that I need to= wait is setted im milliseconds, I already could do in seconds and i am hav= ing a real hard time trying it in milliseconds. Any Ideas ? I am using MSVC= 6.0 with pthreads.