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