Lines Matching full:elements
32 * single-producer single-consumer safe semantics without locks. Elements are
196 * @brief Produce all previously acquired elements to the SPSC
198 * This makes all previous acquired elements available to the consumer
201 * @param spsc SPSC to produce all previously acquired elements or do nothing
213 * @brief Drop all previously acquired elements
215 * This makes all previous acquired elements available to be acquired again
217 * @param spsc SPSC to drop all previously acquired elements or do nothing
229 * @return Pointer to element or null if no consumable elements left
255 * @brief Release all consumed elements
257 * @param spsc SPSC to release consumed elements or do nothing
288 * @return Pointer to element or null if no consumable elements left