>From what I can tell, nope.  Shouldn't be more than 5 minutes work to add it,
if that's how you want them to behave..

Isaac

On 20-Sep-99 Mark B. Elrod wrote:
> Are calls to suspend and resume ref counted? iow, if i do this in
> pseudo-code:
> 
> thread->suspend();
> thread->suspend();
> 
> thread->resume();
> // thread is still suspended
> thread->resume();
> // now thread runs
> 
> is that the way it works for pthreads?
> 
> elrod
> 
> 

Reply via email to