a0SetDefaultStack()

Sets the default thread stack size.


Syntax

a0tError a0SetDefaultStack(
size_t size );

Arguments

Namerd/wrDescription
size write Default stack size.

Description

This function sets the default thread stack size.


Return Values

If an error condition occurs, it returns the error code, otherwise it returns A0ErrOk. Possible values are as follows:
Error CodeDescription
A0Err...Some error occurred.
A0ErrOkSuccessful completion.

See Also

A0DefaultStack a0StartRemoteThread() a0NewService()