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

#include <w32pthreads.h>

Data Fields

voidhandle
 
void *(* func )(void *arg)
 
voidarg
 
voidret
 

Detailed Description

Definition at line 47 of file w32pthreads.h.

Field Documentation

void* pthread_t::handle

Definition at line 48 of file w32pthreads.h.

Referenced by pthread_create(), and pthread_join().

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

Definition at line 49 of file w32pthreads.h.

Referenced by pthread_create(), and win32thread_worker().

void* pthread_t::arg

Definition at line 50 of file w32pthreads.h.

Referenced by pthread_create(), and win32thread_worker().

void* pthread_t::ret

Definition at line 51 of file w32pthreads.h.

Referenced by pthread_join(), and win32thread_worker().


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