ClickHouse/dbms/src/Common/setThreadName.h

8 lines
210 B
C++
Raw Normal View History

#pragma once
2017-05-07 20:25:26 +00:00
/** Sets the thread name (maximum length is 15 bytes),
* which will be visible in ps, gdb, /proc,
* for convenience of observation and debugging.
*/
void setThreadName(const char * name);