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

Members

Variables

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

Meta