mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
8 lines
210 B
C++
8 lines
210 B
C++
#pragma once
|
|
|
|
/** 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);
|