On Mon, 2007-03-05 at 15:25 +0100, Martin Blapp wrote:

> 
> >     The pthread_cond_timedwait() function atomically blocks the current
> >     thread waiting on the condition variable specified by cond, and unblocks
> >     the mutex specified by mutex.  The waiting thread unblocks only after
> >     another thread calls pthread_cond_signal(3), or 
> > pthread_cond_broadcast(3)
> >     with the same condition variable, or if the system time reaches the time
> >     specified in abstime, and the current thread reacquires the lock on
> >     mutex.
> 
> That doesn't seem to work with libpthread.so.2. Any hints ?
> 

Don't use it, it's broken.

-trog

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

Reply via email to