r6.1.0:lfds610_freelist_use

From liblfds.org
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