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

Method make_joinable

include/dmlc/thread_group.h:216–218  ·  view source on GitHub ↗

! * \brief Make the thread joinable (by removing the auto_remove flag) * \warning Care should be taken not to cause a race condition between this call * and parallel execution of this thread auto-removing itself */

Source from the content-addressed store, hash-verified

214 * and parallel execution of this thread auto-removing itself
215 */
216 void make_joinable() {
217 auto_remove_ = false;
218 }
219
220 /*!
221 * \brief Check whether the thread is joinable

Callers 1

request_shutdown_allMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected