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

#include <os2threads.h>

Data Fields

void *(* start_routine )(void *)
 
voidarg
 

Detailed Description

Definition at line 50 of file os2threads.h.

Field Documentation

void*(* thread_arg::start_routine)(void *)

Definition at line 51 of file os2threads.h.

Referenced by pthread_create(), and thread_entry().

void* thread_arg::arg

Definition at line 52 of file os2threads.h.

Referenced by pthread_create(), and thread_entry().


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