Halide
12.0.1
Halide compiler and libraries
|
#include <synchronization_common.h>
Public Member Functions | |
ALWAYS_INLINE | bucket_pair (hash_bucket &from, hash_bucket &to) |
Public Attributes | |
hash_bucket & | from |
hash_bucket & | to |
Definition at line 522 of file synchronization_common.h.
|
inline |
Definition at line 526 of file synchronization_common.h.
hash_bucket& Halide::Runtime::Internal::Synchronization::bucket_pair::from |
Definition at line 523 of file synchronization_common.h.
Referenced by Halide::Runtime::Internal::Synchronization::unlock_bucket_pair(), and Halide::Runtime::Internal::Synchronization::unpark_requeue().
hash_bucket& Halide::Runtime::Internal::Synchronization::bucket_pair::to |
Definition at line 524 of file synchronization_common.h.
Referenced by Halide::Runtime::Internal::Synchronization::unlock_bucket_pair(), and Halide::Runtime::Internal::Synchronization::unpark_requeue().