INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
threadutils.h 23 void checkedSleep( gbxutilacfr::Stoppable* activity, const IceUtil::Time& duration, int checkIntervalMs=250 );
IceUtil::Handle< gbxiceutilacfr::Thread > ThreadPtr A smart pointer to the thread class. Definition: thread.h:106 void stopAndJoin(gbxiceutilacfr::Thread *thread) Definition: thread.cpp:74 void checkedSleep(gbxutilacfr::Stoppable *activity, const IceUtil::Time &duration, int checkIntervalMs) Definition: threadutils.cpp:17 An abstract interface class representing an stoppable activity. Definition: stoppable.h:61 |