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

Method ThreadExitNotifier

include/dmlc/concurrentqueue.h:536–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534
535 private:
536 ThreadExitNotifier() : tail(nullptr) { }
537 ThreadExitNotifier(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION;
538 ThreadExitNotifier& operator=(ThreadExitNotifier const&) MOODYCAMEL_DELETE_FUNCTION;
539

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected