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

#include <synchronization_common.h>

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 252 of file synchronization_common.h.

Member Data Documentation

◆ parker

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

Definition at line 253 of file synchronization_common.h.

◆ next

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

Definition at line 271 of file synchronization_common.h.

◆ prev

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

Definition at line 272 of file synchronization_common.h.

◆ tail

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

Definition at line 273 of file synchronization_common.h.


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