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