Lines Matching full:element
164 * @brief Acquire an element to produce from the SPSC
166 * @param spsc SPSC to acquire an element from for producing
168 * @return A pointer to the acquired element or null if the spsc is full
181 * @brief Produce one previously acquired element to the SPSC
183 * This makes one element available to the consumer immediately
185 * @param spsc SPSC to produce the previously acquired element or do nothing
225 * @brief Consume an element from the spsc
229 * @return Pointer to element or null if no consumable elements left
242 * @brief Release a consumed element
244 * @param spsc SPSC to release consumed element or do nothing
288 * @return Pointer to element or null if no consumable elements left
304 * @return Pointer to element or null if none left
320 * @return Pointer to element or null if none left