예제 #1
0
파일: thread.cpp 프로젝트: hajuuk/R7000
 wxCondError Signal()
 {
     return DoSignal( false);
 }
예제 #2
0
파일: thread.cpp 프로젝트: hajuuk/R7000
 wxCondError Broadcast()
 {
     return DoSignal( true );
 }
예제 #3
0
void
Synchronizer::Signal (void)
{
  NS_LOG_FUNCTION (this);
  DoSignal ();
}