[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
putting threads to sleep
- To: <rtl@rtlinux.org>
- Subject: putting threads to sleep
- From: "karl rentsch" <krentsch@btr-auto.aust.com>
- Date: Thu, 3 May 2001 10:06:25 +1000
- Thread-Index: AcDTZNeMQtIa7D9UEdWSqQCAyNgQcg==
- Thread-Topic: putting threads to sleep
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