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

#include <synchronization_common.h>

Public Member Functions

ALWAYS_INLINE queue_data ()=default
 
ALWAYS_INLINE ~queue_data ()=default
 

Public Attributes

thread_parker parker
 
uintptr_t sleep_address = 0
 
queue_datanext = nullptr
 
uintptr_t unpark_info = 0
 

Detailed Description

Definition at line 448 of file synchronization_common.h.

Constructor & Destructor Documentation

◆ queue_data()

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

◆ ~queue_data()

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

Member Data Documentation

◆ parker

◆ sleep_address

◆ next

◆ unpark_info


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