Halide
13.0.2
Halide compiler and libraries
|
#include <synchronization_common.h>
Public Attributes | |
thread_parker | parker |
word_lock_queue_data * | next = nullptr |
word_lock_queue_data * | prev = nullptr |
word_lock_queue_data * | tail = nullptr |
Definition at line 252 of file synchronization_common.h.
thread_parker Halide::Runtime::Internal::Synchronization::word_lock_queue_data::parker |
Definition at line 253 of file synchronization_common.h.
word_lock_queue_data* Halide::Runtime::Internal::Synchronization::word_lock_queue_data::next = nullptr |
Definition at line 271 of file synchronization_common.h.
word_lock_queue_data* Halide::Runtime::Internal::Synchronization::word_lock_queue_data::prev = nullptr |
Definition at line 272 of file synchronization_common.h.
word_lock_queue_data* Halide::Runtime::Internal::Synchronization::word_lock_queue_data::tail = nullptr |
Definition at line 273 of file synchronization_common.h.