pthread_condattr_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. union pthread_condattr_t
  2. struct pthread_condattr_t
  3. struct pthread_condattr_t
  4. alias pthread_condattr_t = void*
  5. struct pthread_condattr_t
  6. alias pthread_condattr_t = void*
  7. alias pthread_condattr_t = void*
  8. struct pthread_condattr_t
  9. alias pthread_condattr_t = c_long
  10. union pthread_condattr_t
    version(!CRuntime_Glibc && !CRuntime_Musl && !Darwin && !FreeBSD && !NetBSD && !OpenBSD && !DragonFlyBSD && !Solaris && !CRuntime_Bionic && CRuntime_UClibc)
    extern (C) nothrow @nogc
    union pthread_condattr_t {}

Members

Variables

__align
c_long __align;
Undocumented in source.
__size
byte[__SIZEOF_PTHREAD_CONDATTR_T] __size;
Undocumented in source.

Meta