Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 11:24:33 -0600
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        Arjan Knepper <arjan@jak.nl>
Cc:        hackers FreeBSD <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: Simple pthread question
Message-ID:  <3BE033D1.B1E56DEA@math.missouri.edu>
References:  <3BDFB5B5.5090102@jak.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Arjan Knepper wrote:
> 
> How do I suspend one particular thread without suspending the whole process?
> I can not use sleep or usleep can I?
> 

Also, if you do 

apropos pthread

you will see listed a whole bunch of functions, some of which may be more
suitable for you, depending upon your particular problem, for example

pthread_cond_timedwait

-- 

Stephen Montgomery-Smith
stephen@math.missouri.edu
http://www.math.missouri.edu/~stephen

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BE033D1.B1E56DEA>