r6.1.0:lfds610_stack_use

From liblfds.org
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Source Files

/liblfds610/src/lfds610_stack/lfds610_stack_new.c
/liblfds610/inc/liblfds610.h

Prototype

void lfds610_stack_use( struct lfds610_stack_state *ss );

Parameters

struct lfds610_stack_state *ss

A stack state as allocated by lfds610_stack_new.

Return Value

No return value.

Notes

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

See Also