rllib  1
Public Attributes | List of all members
pthread_attr_t Struct Reference

#include <rlwthread.h>

Collaboration diagram for pthread_attr_t:
Collaboration graph
[legend]

Public Attributes

int __detachstate
 
int __schedpolicy
 
struct __sched_param __schedparam
 
int __inheritsched
 
int __scope
 
size_t __guardsize
 
int __stackaddr_set
 
void * __stackaddr
 
size_t __stacksize
 

Detailed Description

Definition at line 57 of file rlwthread.h.

Member Data Documentation

◆ __detachstate

int pthread_attr_t::__detachstate

Definition at line 59 of file rlwthread.h.

◆ __guardsize

size_t pthread_attr_t::__guardsize

Definition at line 64 of file rlwthread.h.

◆ __inheritsched

int pthread_attr_t::__inheritsched

Definition at line 62 of file rlwthread.h.

◆ __schedparam

struct __sched_param pthread_attr_t::__schedparam

Definition at line 61 of file rlwthread.h.

◆ __schedpolicy

int pthread_attr_t::__schedpolicy

Definition at line 60 of file rlwthread.h.

◆ __scope

int pthread_attr_t::__scope

Definition at line 63 of file rlwthread.h.

◆ __stackaddr

void* pthread_attr_t::__stackaddr

Definition at line 66 of file rlwthread.h.

◆ __stackaddr_set

int pthread_attr_t::__stackaddr_set

Definition at line 65 of file rlwthread.h.

◆ __stacksize

size_t pthread_attr_t::__stacksize

Definition at line 67 of file rlwthread.h.


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