RetroArch
Public Attributes | List of all members
pthread_attr_t_ Struct Reference

#include <implement.h>

Collaboration diagram for pthread_attr_t_:
[legend]

Public Attributes

unsigned long valid
 
voidstackaddr
 
size_t stacksize
 
int detachstate
 
struct sched_param param
 
int inheritsched
 
int contentionscope
 

Member Data Documentation

◆ contentionscope

int pthread_attr_t_::contentionscope

◆ detachstate

int pthread_attr_t_::detachstate

◆ inheritsched

int pthread_attr_t_::inheritsched

◆ param

struct sched_param pthread_attr_t_::param

◆ stackaddr

void* pthread_attr_t_::stackaddr

◆ stacksize

size_t pthread_attr_t_::stacksize

◆ valid

unsigned long pthread_attr_t_::valid

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