INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
thread.h virtual bool isStopping() Returns TRUE if the thread is in Stopping state, FALSE otherwise. Definition: thread.cpp:40 bool isStarted() Returns TRUE if the thread is in Started state, FALSE otherwise. Definition: thread.cpp:24 void stopAndJoin(gbxiceutilacfr::Thread *thread) Definition: thread.cpp:74 An abstract interface class representing an stoppable activity. Definition: stoppable.h:60 IceUtil::Handle< gbxiceutilacfr::Thread > ThreadPtr A smart pointer to the thread class. Definition: thread.h:106 |