FFmpeg
Data Fields
pthread_t Struct Reference

#include <w32pthreads.h>

Data Fields

void * handle
 
void *(* func )(void *arg)
 
void * arg
 
void * ret
 

Detailed Description

Definition at line 49 of file w32pthreads.h.

Field Documentation

◆ handle

void* pthread_t::handle

Definition at line 50 of file w32pthreads.h.

◆ func

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

Definition at line 51 of file w32pthreads.h.

◆ arg

void* pthread_t::arg

Definition at line 52 of file w32pthreads.h.

◆ ret

void* pthread_t::ret

Definition at line 53 of file w32pthreads.h.


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