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

Method ThreadGroup

include/dmlc/thread_group.h:310–313  ·  view source on GitHub ↗

! * \brief Constructor */

Source from the content-addressed store, hash-verified

308 * \brief Constructor
309 */
310 inline ThreadGroup()
311 : evEmpty_(std::make_shared<ManualEvent>()) {
312 evEmpty_->signal(); // Starts out empty
313 }
314
315 /*!
316 * \brief Destructor, perform cleanup. All child threads will be exited when this

Callers

nothing calls this directly

Calls 1

signalMethod · 0.45

Tested by

no test coverage detected