TizenRT Libs&Environment  v2.0 M2
pthread_region_s Struct Reference

Structure of pthread region configuration. More...

#include <pthread.h>

Data Fields

void * address
 
uint32_t size
 
uint32_t attributes
 

Detailed Description

Structure of pthread region configuration.

Definition at line 264 of file pthread.h.

Field Documentation

void* address

Definition at line 265 of file pthread.h.

uint32_t attributes

Definition at line 267 of file pthread.h.

uint32_t size

Definition at line 266 of file pthread.h.


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