Public Member Functions | |
bounded_buffer_detail (size_t capacity) | |
UHD_INLINE bool | push_with_haste (const elem_type &elem) |
UHD_INLINE bool | push_with_pop_on_full (const elem_type &elem) |
UHD_INLINE void | push_with_wait (const elem_type &elem) |
UHD_INLINE bool | push_with_timed_wait (const elem_type &elem, double timeout) |
UHD_INLINE bool | pop_with_haste (elem_type &elem) |
UHD_INLINE void | pop_with_wait (elem_type &elem) |
UHD_INLINE bool | pop_with_timed_wait (elem_type &elem, double timeout) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |