r6.1.0:lfds610_slist_use

From liblfds.org
Revision as of 14:07, 4 January 2015 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source Files

/liblfds610/src/lfds610_slist/lfds610_slist_new.c
/liblfds610/inc/liblfds610.h

Prototype

void lfds610_slist_use( struct lfds610_slist_state *ss );

Parameters

struct lfds610_slist_state *ss

An slist state as allocated by lfds610_slist_new.

Return Value

No return value.

Notes

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

See Also