FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pthread_t Struct Reference

#include <os2threads.h>

Data Fields

TID tid
 
void *(* start_routine )(void *)
 
voidarg
 
voidresult
 
voidhandle
 
void *(* func )(void *arg)
 
voidret
 

Detailed Description

Definition at line 40 of file os2threads.h.

Field Documentation

TID pthread_t::tid

Definition at line 41 of file os2threads.h.

Referenced by pthread_create(), and pthread_join().

void*(* pthread_t::start_routine)(void *)

Definition at line 42 of file os2threads.h.

Referenced by pthread_create(), and thread_entry().

void * pthread_t::arg

Definition at line 43 of file os2threads.h.

Referenced by pthread_create(), thread_entry(), and win32thread_worker().

void* pthread_t::result

Definition at line 44 of file os2threads.h.

Referenced by pthread_create(), pthread_join(), and thread_entry().

void* pthread_t::handle

Definition at line 53 of file w32pthreads.h.

Referenced by pthread_create(), and pthread_join().

void*(* pthread_t::func)(void *arg)

Definition at line 54 of file w32pthreads.h.

Referenced by pthread_create(), and win32thread_worker().

void* pthread_t::ret

Definition at line 56 of file w32pthreads.h.

Referenced by pthread_join(), and win32thread_worker().


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