pub type hwloc_thread_t = pthread_t;
Expand description

Thread identifier (OS-specific)

This is HANDLE on Windows and libc::pthread_t on all other platforms.