llvm::llvm_thread_get_id_impl

Returns the thread id corresponding to native handle Thread.

Synopsis

Declared in <llvm/Support/thread.h>

thread::id
llvm_thread_get_id_impl(thread::native_handle_type Thread);

Return Value

The platform-specific id for Thread.

Parameters

NameDescription
ThreadNative handle whose id is requested.