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

Members

Variables

__lockkind
int __lockkind;
Undocumented in source.
__pshared
int __pshared;
Undocumented in source.

Meta