bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Conditional class


From: zze-BARAULT Eric FTRD/DAC/LAN
Subject: Conditional class
Date: Mon, 29 Sep 2003 17:42:55 +0200

Hi all,
 
Since i can't find any example on how to use the conditional class, can someone post one to me please?
 
I simply try this in a class that inherits Thread:
 
Conditional lock;
lock.wait(5);
 
hoping that this will block for 5s since i don't signal on lock, but i can't get it to work : lock.wait() doesn't hold my thread.
 
Many thanks for any help!
 
Eric


reply via email to

[Prev in Thread] Current Thread [Next in Thread]