libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Thread.cpp File Reference
#include <osmscout/private/Config.h>
#include <osmscout/async/Thread.h>

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Functions

bool osmscout::SetThreadName ([[maybe_unused]] const std::string &name)
 
bool osmscout::SetThreadName (std::thread &thread, const std::string &name)
 Try to set thread name. More...
 
Signal< std::thread::id > & osmscout::ThreadExitSignal ()
 Signal that is emitted on thread exit. More...
 

Variable Documentation

◆ threadExit

Signal<std::thread::id> threadExit