NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
ThreadNaming.hpp File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 NES
 This exception represents a network error.
 

Functions

void NES::setThreadName (const char *threadNameFmt,...)
 Sets the calling thread's name using the supplied formattable string. For example, setThreadName("helper") will set the thread name to "helper", setThreadName("helper-%d", 123) will set the thread name to "helper-123". Be careful that on some operating systems, the length of the thread name is constrained, e.g., on Linux it is 16 characters. More...