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. struct pthread_cond_t
  2. struct pthread_cond_t
    version(!linux && darwin)
    extern (C)
    struct pthread_cond_t {}
  3. alias pthread_cond_t = void*
  4. struct pthread_cond_t

Members

Variables

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

Meta