|
Halide 20.0.0
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 367 of file synchronization_common.h.
|
inline |
Definition at line 371 of file synchronization_common.h.
| hash_bucket& Halide::Runtime::Internal::Synchronization::bucket_pair::from |
Definition at line 368 of file synchronization_common.h.
Referenced by Halide::Runtime::Internal::Synchronization::unlock_bucket_pair(), and Halide::Runtime::Internal::Synchronization::parking_control::unpark_requeue().
| hash_bucket& Halide::Runtime::Internal::Synchronization::bucket_pair::to |
Definition at line 369 of file synchronization_common.h.
Referenced by Halide::Runtime::Internal::Synchronization::unlock_bucket_pair(), and Halide::Runtime::Internal::Synchronization::parking_control::unpark_requeue().