MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / getThreadName

Method getThreadName

include/thundersvm/util/log.h:3707–3709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3705 ELPP->setThreadName(name);
3706 }
3707 static inline std::string getThreadName() {
3708 return ELPP->getThreadName(base::threading::getCurrentThreadId());
3709 }
3710#if defined(ELPP_FEATURE_ALL) || defined(ELPP_FEATURE_CRASH_LOG)
3711 /// @brief Overrides default crash handler and installs custom handler.
3712 /// @param crashHandler A functor with no return type that takes single int argument.

Callers

nothing calls this directly

Calls 2

getCurrentThreadIdFunction · 0.85
getThreadNameMethod · 0.45

Tested by

no test coverage detected