[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submission from [Stefano Miotto <miotto@anvil.dsi.unifi.it>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submission from [Stefano Miotto <miotto@anvil.dsi.unifi.it>] (fwd)
- From: root <root>
- Date: Mon, 7 May 2001 03:19:00 -0600 (MDT)
>From owner-rtl Fri May 4 03:20:29 2001
Received: from control.dsi.unifi.it (control.dsi.unifi.it [150.217.15.66])
by hq.fsmlabs.com (8.11.2/8.11.2) with SMTP id f449KSJ21375
for <rtl@rtlinux.org>; Fri, 4 May 2001 03:20:29 -0600
Received: (qmail 18595 invoked from network); 4 May 2001 09:11:51 -0000
Received: from anvil.dsi.unifi.it (150.217.15.87)
by control.dsi.unifi.it with SMTP; 4 May 2001 09:11:51 -0000
Received: from miotto (helo=localhost)
by anvil.dsi.unifi.it with local-esmtp (Exim 3.12 #1 (Debian))
id 14vbcs-0000Ce-00
for <rtl@rtlinux.org>; Fri, 04 May 2001 11:11:50 +0200
Date: Fri, 4 May 2001 11:11:50 +0200 (CEST)
From: Stefano Miotto <miotto@anvil.dsi.unifi.it>
cc: RTLinux mailing list <rtl@rtlinux.org>
Subject: Re: [rtl] putting threads to sleep
In-Reply-To: <A3A5582AC3AFD448A7C0BD2DB7EFDC5F1143AE@BTR-COM1.btr-auto.aust.com>
Message-ID: <Pine.LNX.4.32.0105040945110.28913-100000@anvil.dsi.unifi.it>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: Stefano Miotto <miotto@control.dsi.unifi.it>
Why not pthread_suspend_np(thread)?
On Thu, 3 May 2001, karl rentsch wrote:
> Hi all,
>
> I've got a problem I hope someone can help me with. I'm trying to put a
> thread to sleep but I don't want to tie up the system using usleep() or
> nanosleep(). I've tried using pthread_make_periodic_np configured as a
> one shot timer (ie. it needs to repeat several times but for different
> time intervals) but it doesn't seem to work
> Any help would be much appreciated
> Thanks
> Karl Rentsch
>
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/
>