pseudothread_set_stack_size

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION
SEE ALSO

NAME

pseudothread_set_stack_size, pseudothread_get_stack_size - set and get default stack size

SYNOPSIS

#include <pthr_pseudothread.h>

int pseudothread_set_stack_size (int size);
int pseudothread_get_stack_size (void);

DESCRIPTION

pseudothread_set_stack_size sets the stack size for newly created threads. The default stack size is 64 KBytes.
pseudothread_get_stack_size returns the current stack size setting.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

pthrlib-3.0.3

SEE ALSO

new_pseudothread(3).