GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
GF_Thread Struct Reference

abstracted thread object More...

+ Collaboration diagram for GF_Thread:

Data Fields

u32 status
 
TH_HANDLE threadH
 
u32 stackSize
 
u32(* Run )(void *param)
 
void * args
 
GF_Semaphore * _signal
 
u32 id
 
char * log_name
 

Detailed Description

The abstracted thread object allows you to execute some code independently of the main process of your application.

Field Documentation

u32 GF_Thread::status
TH_HANDLE GF_Thread::threadH
u32 GF_Thread::stackSize
u32(* GF_Thread::Run)(void *param)
void* GF_Thread::args
GF_Semaphore* GF_Thread::_signal
u32 GF_Thread::id
char* GF_Thread::log_name

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