r6.1.1:lfds611_freelist_use
Jump to navigation
Jump to search
Source Files
/liblfds611/src/lfds611_freelist/lfds611_freelist_new.c /liblfds611/inc/liblfds611.h
Prototype
void lfds611_freelist_use( struct lfds611_freelist_state *fs );
Parameters
struct lfds611_freelist_state *ss
- A freelist state as allocated by lfds611_freelist_new.
Return Value
No return value.
Notes
After a freelist has been instantiated by calling lfds611_freelist_new, any thread (except the instantiating thread) wishing to use that freelist must first call this function.