FFmpeg
|
pthread_t Struct Reference
#include <w32pthreads.h>
Data Fields | |
void * | handle |
void *(* | func )(void *arg) |
void * | arg |
void * | ret |
Detailed Description
Definition at line 46 of file w32pthreads.h.
Field Documentation
void* pthread_t::arg |
Definition at line 49 of file w32pthreads.h.
Referenced by pthread_create(), and win32thread_worker().
Definition at line 48 of file w32pthreads.h.
Referenced by pthread_create(), and win32thread_worker().
void* pthread_t::handle |
Definition at line 47 of file w32pthreads.h.
Referenced by pthread_create(), and pthread_join().
void* pthread_t::ret |
Definition at line 50 of file w32pthreads.h.
Referenced by pthread_join(), and win32thread_worker().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11