Bitcoin
|
Functions | |
template<typename Tdst , typename Tsrc > | |
void | insert (Tdst &dst, const Tsrc &src) |
Simplification of std insertion. More... | |
template<typename TsetT , typename Tsrc > | |
void | insert (std::set< TsetT > &dst, const Tsrc &src) |
void | ThreadRename (std::string &&) |
const std::string & | ThreadGetInternalName () |
|
inline |
Simplification of std insertion.
|
inline |
const std::string & util::ThreadGetInternalName | ( | ) |
Get the thread's internal (in-memory) name; used e.g. for identification in logging.
void util::ThreadRename | ( | std::string && | name | ) |
Rename a thread both in terms of an internal (in-memory) name as well as its system thread name.