pthread_mutexattr_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_mutexattr_t
    version(linux)
    extern (C)
    struct pthread_mutexattr_t {}
  2. struct pthread_mutexattr_t
  3. alias pthread_mutexattr_t = void*
  4. struct pthread_mutexattr_t

Members

Variables

__mutexkind
int __mutexkind;
Undocumented in source.

Meta