RetroArch
Public Attributes | List of all members
pthread_spinlock_t_ Struct Reference

#include <implement.h>

Collaboration diagram for pthread_spinlock_t_:
[legend]

Public Attributes

int interlock
 
union {
   int   cpus
 
   pthread_mutex_t   mutex
 
u
 

Member Data Documentation

◆ cpus

int pthread_spinlock_t_::cpus

◆ interlock

int pthread_spinlock_t_::interlock

◆ mutex

pthread_mutex_t pthread_spinlock_t_::mutex

◆ u

union { ... } pthread_spinlock_t_::u

The documentation for this struct was generated from the following file: