Creates a thread context descritor.
a0tError | a0NewContext( | | | |
| | a0tContext | *context );
| |
| Name | rd/wr | Description |
| context | write | Context descriptor to fill. |
This routine creates a thread context descritor and stores it in context. All threads started after the creation of a thread context descriptor can have a thread context associated with it.
| Error Code | Description |
A0Err...| Some error occurred. | |
A0ErrOk| Successful completion. | |
a0SetSelfContext() a0GetSelfContext()