Returns the thread id corresponding to native handle Thread.
Declared in <llvm/Support/thread.h>
thread::id
llvm_thread_get_id_impl(thread::native_handle_type Thread);
The platform-specific id for Thread.
| Name | Description |
|---|---|
| Thread | Native handle whose id is requested. |