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

#include <threads.h>

Data Fields

uint32_t signature
 Signature for entry validation.
uint32_t flags
 Messageslot Flags (eg MESSAGESLOT_FLAG_IRQ).
SPIN_HANDLE lock
 Messageslot Lock.
LIST_HANDLE list
 List of threads waiting on this Messageslot (or INVALID_HANDLE_VALUE if never used).
MESSAGE_LIST messages
 Messageslot message queue.
thread_wait_proc wait
 Wait function to call to wait on the Messageslot if there are no messages.
thread_wait_ex_proc waitex
 Wait function to call to wait with timeout on the Messageslot if there are no messages.
thread_release_proc release
 Release function to call if any threads are waiting when a message is sent.
thread_abandon_proc abandon
 Abandon function to call if any threads are waiting when Messageslot is destroyed.
MESSAGESLOT_ENTRYprev
 Previous entry in Messageslot table.
MESSAGESLOT_ENTRYnext
 Next entry in Messageslot table.

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ flags

uint32_t flags

Messageslot Flags (eg MESSAGESLOT_FLAG_IRQ).

◆ lock

Messageslot Lock.

◆ list

List of threads waiting on this Messageslot (or INVALID_HANDLE_VALUE if never used).

◆ messages

MESSAGE_LIST messages

Messageslot message queue.

◆ wait

Wait function to call to wait on the Messageslot if there are no messages.

◆ waitex

Wait function to call to wait with timeout on the Messageslot if there are no messages.

◆ release

Release function to call if any threads are waiting when a message is sent.

◆ abandon

Abandon function to call if any threads are waiting when Messageslot is destroyed.

◆ prev

Previous entry in Messageslot table.

◆ next

Next entry in Messageslot table.


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