libosmscout 0.1
Loading...
Searching...
No Matches
Thread.cpp File Reference
#include <osmscout/private/Config.h>
#include <osmscout/async/Thread.h>

Namespaces

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

Functions

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

Variable Documentation

◆ threadExit

Signal<std::thread::id> threadExit