Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_QUEUE_ELEMENT Struct Reference

#include <threads.h>

Data Fields

int key
 Ordering key for Queue.
THREAD_HANDLE thread
 The thread referenced by this Queue element.
QUEUE_ELEMENTprev
 Previous element in Queue.
QUEUE_ELEMENTnext
 Next element in Queue.

Detailed Description

Queue element

Field Documentation

◆ key

int key

Ordering key for Queue.

◆ thread

THREAD_HANDLE thread

The thread referenced by this Queue element.

◆ prev

Previous element in Queue.

◆ next

Next element in Queue.


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