r6.1.0:lfds610_freelist_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_freelist/lfds610_freelist_new.c
/liblfds610/inc/liblfds610.h

Prototype

void lfds610_freelist_use( struct lfds610_freelist_state *fs );

Parameters

struct lfds610_freelist_state *ss

A freelist state as allocated by lfds610_freelist_new.

Return Value

No return value.

Notes

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

See Also