MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / TimerThread

Method TimerThread

include/dmlc/thread_group.h:652–654  ·  view source on GitHub ↗

! * \brief Constructor * \param name Name of the timer thread * \param owner ThreadGroup owner if the timer thread */

Source from the content-addressed store, hash-verified

650 * \param owner ThreadGroup owner if the timer thread
651 */
652 TimerThread(const std::string& name, ThreadGroup *owner)
653 : Thread(name, owner) {
654 }
655
656 /*!
657 * \brief Destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected