MRPT
2.0.4
|
#include <string>
#include <thread>
Go to the source code of this file.
Namespaces | |
mrpt::system | |
Functions | |
void | mrpt::system::thread_name (const std::string &name, std::thread &theThread) |
Sets the name of the given thread; useful for debuggers. More... | |
void | mrpt::system::thread_name (const std::string &name) |
Sets the name of the current thread; useful for debuggers. More... | |
std::string | mrpt::system::thread_name (std::thread &theThread) |
Gets the name of the given thread; useful for debuggers. More... | |
std::string | mrpt::system::thread_name () |
Gets the name of the current thread; useful for debuggers. More... | |
Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |