pthread_spinlock_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias pthread_spinlock_t = int
  2. alias pthread_spinlock_t = void*
  3. struct pthread_spinlock_t
    version(!linux && darwin && !LDC)
    extern (C)
    struct pthread_spinlock_t
  4. alias pthread_spinlock_t = void*
  5. alias pthread_spinlock_t = pthread_mutex_t

Meta