ΒΆuint64_t get_threadid()
uint64_t get_threadid()
Description
Return the current thread id, as used in various OS system calls. Note that not all platforms guarantee that the value returned will be unique across the entire system, so portable code should not assume this.
Declared at: llvm/include/llvm/Support/Threading.h:165