Difference between revisions of "r6.1.0:Lfds610 queue use"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 14:07, 4 January 2015

Source Files

/liblfds610/src/lfds610_queue/lfds610_queue_new.c
/liblfds610/inc/liblfds610.h

Prototype

void lfds610_queue_use( struct lfds610_queue_state *qs );

Parameters

struct lfds610_queue_state *ss

A queue state as allocated by lfds610_queue_new.

Return Value

No return value.

Notes

After a queue has been instantiated by calling lfds610_queue_new, any thread (except the instantiating thread) wishing to use that queue must first call this function.

See Also