VLC
4.0.0-dev
|
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... | |
void* task::entity |
the entity to process
Referenced by task_Create(), task_Destroy(), and Thread().
void* task::id |
id associated with entity
Referenced by BackgroundWorkerCancelLocked(), QueueRemoveAll(), and task_Create().
struct vlc_list task::node |
Referenced by QueuePush(), QueueRemoveAll(), and QueueTake().
vlc_tick_t task::timeout |
timeout duration in vlc_tick_t
Referenced by QueueTake(), task_Create(), and Thread().