RetroArch
Public Attributes | List of all members
pthread_cond_t_ Struct Reference

#include <implement.h>

Collaboration diagram for pthread_cond_t_:
[legend]

Public Attributes

long nWaitersBlocked
 
long nWaitersGone
 
long nWaitersToUnblock
 
sem_t semBlockQueue
 
sem_t semBlockLock
 
pthread_mutex_t mtxUnblockLock
 
pthread_cond_t next
 
pthread_cond_t prev
 

Member Data Documentation

◆ mtxUnblockLock

pthread_mutex_t pthread_cond_t_::mtxUnblockLock

◆ next

pthread_cond_t pthread_cond_t_::next

◆ nWaitersBlocked

long pthread_cond_t_::nWaitersBlocked

◆ nWaitersGone

long pthread_cond_t_::nWaitersGone

◆ nWaitersToUnblock

long pthread_cond_t_::nWaitersToUnblock

◆ prev

pthread_cond_t pthread_cond_t_::prev

◆ semBlockLock

sem_t pthread_cond_t_::semBlockLock

◆ semBlockQueue

sem_t pthread_cond_t_::semBlockQueue

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