Tizen RT Libs&Environment  v1.1 D4
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 257 of file pthread.h.

Field Documentation

◆ address

void* address

Definition at line 258 of file pthread.h.

◆ attributes

uint32_t attributes

Definition at line 260 of file pthread.h.

◆ size

uint32_t size

Definition at line 259 of file pthread.h.


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