Tizen RT Libs&Environment  v1.0 D5
pthread_attr_s Struct Reference

Structure of pthread attr configuration. More...

#include <pthread.h>

Collaboration diagram for pthread_attr_s:

Data Fields

size_t stacksize
 
int16_t priority
 
uint8_t policy
 
uint8_t inheritsched
 
struct pthread_region_s region [2]
 

Detailed Description

Structure of pthread attr configuration.

Definition at line 221 of file pthread.h.

Field Documentation

uint8_t inheritsched

Definition at line 225 of file pthread.h.

uint8_t policy

Definition at line 224 of file pthread.h.

int16_t priority

Definition at line 223 of file pthread.h.

struct pthread_region_s region[2]

Definition at line 226 of file pthread.h.

size_t stacksize

Definition at line 222 of file pthread.h.


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