rllib  1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
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 48 of file rlwthread.h.

Member Data Documentation

int pthread_attr_t::__detachstate

Definition at line 50 of file rlwthread.h.

size_t pthread_attr_t::__guardsize

Definition at line 55 of file rlwthread.h.

int pthread_attr_t::__inheritsched

Definition at line 53 of file rlwthread.h.

struct __sched_param pthread_attr_t::__schedparam

Definition at line 52 of file rlwthread.h.

int pthread_attr_t::__schedpolicy

Definition at line 51 of file rlwthread.h.

int pthread_attr_t::__scope

Definition at line 54 of file rlwthread.h.

void* pthread_attr_t::__stackaddr

Definition at line 57 of file rlwthread.h.

int pthread_attr_t::__stackaddr_set

Definition at line 56 of file rlwthread.h.

size_t pthread_attr_t::__stacksize

Definition at line 58 of file rlwthread.h.


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