Halide  12.0.1
Halide compiler and libraries
Halide::Runtime::Internal::Synchronization::word_lock_queue_data Struct Reference

#include <synchronization_common.h>

Public Member Functions

ALWAYS_INLINE word_lock_queue_data ()=default
 
ALWAYS_INLINE ~word_lock_queue_data ()=default
 

Public Attributes

thread_parker parker
 
word_lock_queue_datanext = nullptr
 
word_lock_queue_dataprev = nullptr
 
word_lock_queue_datatail = nullptr
 

Detailed Description

Definition at line 254 of file synchronization_common.h.

Constructor & Destructor Documentation

◆ word_lock_queue_data()

ALWAYS_INLINE Halide::Runtime::Internal::Synchronization::word_lock_queue_data::word_lock_queue_data ( )
default

◆ ~word_lock_queue_data()

ALWAYS_INLINE Halide::Runtime::Internal::Synchronization::word_lock_queue_data::~word_lock_queue_data ( )
default

Member Data Documentation

◆ parker

thread_parker Halide::Runtime::Internal::Synchronization::word_lock_queue_data::parker

Definition at line 255 of file synchronization_common.h.

◆ next

word_lock_queue_data* Halide::Runtime::Internal::Synchronization::word_lock_queue_data::next = nullptr

Definition at line 273 of file synchronization_common.h.

◆ prev

word_lock_queue_data* Halide::Runtime::Internal::Synchronization::word_lock_queue_data::prev = nullptr

Definition at line 274 of file synchronization_common.h.

◆ tail

word_lock_queue_data* Halide::Runtime::Internal::Synchronization::word_lock_queue_data::tail = nullptr

Definition at line 275 of file synchronization_common.h.


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