pthread_attr_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct pthread_attr_t
  2. struct pthread_attr_t
    version(!linux && darwin)
    extern (C)
    struct pthread_attr_t {}
  3. alias pthread_attr_t = void*
  4. struct pthread_attr_t

Members

Variables

__opaque
byte[__PTHREAD_ATTR_SIZE__] __opaque;
Undocumented in source.
__sig
c_long __sig;
Undocumented in source.

Meta