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

Members

Structs

data
struct data
Undocumented in source.

Variables

__align
c_long __align;
Undocumented in source.
__data
data __data;
Undocumented in source.
__size
byte[__SIZEOF_PTHREAD_RWLOCK_T] __size;
Undocumented in source.

Meta