Difference between revisions of "r6.1.1:Lfds611 slist 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

/liblfds611/src/lfds611_slist/lfds611_slist_new.c
/liblfds611/inc/liblfds611.h

Prototype

void lfds611_slist_use( struct lfds611_slist_state *ss );

Parameters

struct lfds611_slist_state *ss

An slist state as allocated by lfds611_slist_new.

Return Value

No return value.

Notes

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

See Also