FFmpeg
Data Fields
pthread_t Struct Reference

#include <os2threads.h>

Data Fields

TID tid
 
void *(* start_routine )(void *)
 
void * arg
 
void * result
 

Detailed Description

Definition at line 44 of file os2threads.h.

Field Documentation

◆ tid

TID pthread_t::tid

Definition at line 45 of file os2threads.h.

Referenced by pthread_create(), and pthread_join().

◆ start_routine

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

Definition at line 46 of file os2threads.h.

Referenced by pthread_create(), and thread_entry().

◆ arg

void* pthread_t::arg

Definition at line 47 of file os2threads.h.

Referenced by pthread_create(), and thread_entry().

◆ result

void* pthread_t::result

Definition at line 48 of file os2threads.h.

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


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