#include <synchronization_common.h>
Public Member Functions | |
ALWAYS_INLINE void | lock () |
ALWAYS_INLINE void | unlock () |
ALWAYS_INLINE bool | make_parked_if_locked () |
ALWAYS_INLINE void | make_parked () |
Definition at line 625 of file synchronization_common.h.
|
inline |
Definition at line 686 of file synchronization_common.h.
References ALWAYS_INLINE.
Referenced by halide_mutex_lock(), and Halide::Runtime::Internal::Synchronization::fast_cond::wait().
|
inline |
Definition at line 695 of file synchronization_common.h.
References ALWAYS_INLINE.
Referenced by halide_mutex_unlock().
|
inline |
Definition at line 704 of file synchronization_common.h.
References ALWAYS_INLINE.
|
inline |
Definition at line 719 of file synchronization_common.h.
References ALWAYS_INLINE.