r6.1.1:lfds611_ringbuffer_use
Jump to navigation
Jump to search
Source Files
/liblfds611/src/lfds611_ringbuffer/lfds611_ringbuffer_new.c /liblfds611/inc/liblfds611.h
Prototype
void lfds611_ringbuffer_use( struct lfds611_ringbuffer_state *rs );
Parameters
struct lfds611_ringbuffer_state *ss
- A ringbuffer state as allocated by lfds611_ringbuffer_new.
Return Value
No return value.
Notes
After a ringbuffer has been instantiated by calling lfds611_ringbuffer_new, any thread (except the instantiating thread) wishing to use that ringbuffer must first call this function.