mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
6 lines
133 B
C++
6 lines
133 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
/// Obtain thread id from OS. The value is cached in thread local variable.
|
|
uint64_t getThreadId();
|