VLC  4.0.0-dev
Data Fields
task Struct Reference
Collaboration diagram for task:
Collaboration graph
[legend]

Data Fields

struct vlc_list node
 
void * id
 id associated with entity More...
 
void * entity
 the entity to process More...
 
vlc_tick_t timeout
 timeout duration in vlc_tick_t More...
 

Field Documentation

◆ entity

void* task::entity

the entity to process

Referenced by task_Create(), task_Destroy(), and Thread().

◆ id

void* task::id

id associated with entity

Referenced by BackgroundWorkerCancelLocked(), QueueRemoveAll(), and task_Create().

◆ node

struct vlc_list task::node

◆ timeout

vlc_tick_t task::timeout

timeout duration in vlc_tick_t

Referenced by QueueTake(), task_Create(), and Thread().


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