Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

int phCondition::signal  ) 
 

Signal any threads waiting on the condition variable using the phCondition::timedWait() or phCondition::signalWait() methods. Only one thread will be woken up when this is called.

Precondition:
don't need the object lock
Postcondition:
One waiting thread has been released.
Returns:
A value denoting the successful execution of the signal method.
Return values:
phFAIL The method failed for some fatal reason.
phSUCCESS The method succeeded in signalling a thread to wake up or at least signaled the condition successfully whether a thread was waiting on it or not waiting on it.

Definition at line 364 of file phCondition.cpp.





Copyright (C) 2002 - 2007 Philip D.S. Thoren ( pthoren@users.sourceforge.net )
University Of Massachusetts at Lowell
Robotics Lab
SourceForge.net Logo

Generated on Sat Jun 16 02:44:49 2007 for phission by  doxygen 1.4.4