FFmpeg
Data Fields
sender_data Struct Reference

Thread message API test. More...

Data Fields

int id
 
pthread_t tid
 
int workload
 
AVThreadMessageQueuequeue
 

Detailed Description

Thread message API test.

Definition at line 31 of file api-threadmessage-test.c.

Field Documentation

◆ id

int sender_data::id

Definition at line 32 of file api-threadmessage-test.c.

Referenced by sender_thread().

◆ tid

pthread_t sender_data::tid

Definition at line 33 of file api-threadmessage-test.c.

◆ workload

int sender_data::workload

Definition at line 34 of file api-threadmessage-test.c.

Referenced by sender_thread().

◆ queue

AVThreadMessageQueue* sender_data::queue

Definition at line 35 of file api-threadmessage-test.c.

Referenced by sender_thread().


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