carb::thread::NativeHandleType

Defined in carb/thread/Util.h

using carb::thread::NativeHandleType = pthread_t

The definition of a NativeHandleType. On Windows this is a HANDLE and on Linux it is a pthread_t.