r6.1.1:lfds611_stack_use

From liblfds.org
Jump to navigation Jump to search

Source Files

/liblfds611/src/lfds611_stack/lfds611_stack_new.c
/liblfds611/inc/liblfds611.h

Prototype

void lfds611_stack_use( struct lfds611_stack_state *ss );

Parameters

struct lfds611_stack_state *ss

A stack state as allocated by lfds611_stack_new.

Return Value

No return value.

Notes

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

See Also