pthread_cond_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_cond_t
  2. union pthread_cond_t
  3. union pthread_cond_t
  4. struct pthread_cond_t
  5. alias pthread_cond_t = void*
  6. struct pthread_cond_t
  7. alias pthread_cond_t = void*
  8. alias pthread_cond_t = void*
  9. struct pthread_cond_t
  10. struct pthread_cond_t
  11. union pthread_cond_t
    version(!CRuntime_Glibc && !CRuntime_Musl && !Darwin && !FreeBSD && !NetBSD && !OpenBSD && !DragonFlyBSD && !Solaris && !CRuntime_Bionic && CRuntime_UClibc)
    extern (C) nothrow @nogc
    union pthread_cond_t {}

Members

Structs

data
struct data
Undocumented in source.

Variables

__align
long __align;
Undocumented in source.
__data
data __data;
Undocumented in source.
__size
byte[__SIZEOF_PTHREAD_COND_T] __size;
Undocumented in source.

Meta