Type Alias hwlocality_sys::hwloc_thread_t
source · 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.
pub type hwloc_thread_t = pthread_t;Thread identifier (OS-specific)
This is HANDLE on Windows and libc::pthread_t on all other platforms.