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

Method join

include/dmlc/thread_group.h:237–239  ·  view source on GitHub ↗

! * \brief Thread join * \note join() may not be called on auto-remove threads */

Source from the content-addressed store, hash-verified

235 * \note join() may not be called on auto-remove threads
236 */
237 void join() {
238 internal_join(false);
239 }
240
241 /*!
242 * \brief Get this thread's id

Callers 3

internal_joinMethod · 0.45
join_allMethod · 0.45
~ScopedThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected