|
Halide 20.0.0
Halide compiler and libraries
|
#include <synchronization_common.h>
Public Attributes | |
| word_lock | mutex |
| queue_data * | head = nullptr |
| queue_data * | tail = nullptr |
Definition at line 314 of file synchronization_common.h.
| word_lock Halide::Runtime::Internal::Synchronization::hash_bucket::mutex |
Definition at line 315 of file synchronization_common.h.
Referenced by Halide::Runtime::Internal::Synchronization::lock_bucket(), Halide::Runtime::Internal::Synchronization::lock_bucket_pair(), Halide::Runtime::Internal::Synchronization::parking_control::park(), Halide::Runtime::Internal::Synchronization::unlock_bucket_pair(), and Halide::Runtime::Internal::Synchronization::parking_control::unpark_one().
| queue_data* Halide::Runtime::Internal::Synchronization::hash_bucket::head = nullptr |
| queue_data* Halide::Runtime::Internal::Synchronization::hash_bucket::tail = nullptr |