Gets the priority of the calling thread.
a0tError | a0GetSelfThreadPriority( | | | |
| | int | *priority );
| |
| Name | rd/wr | Description |
| priority | write | The priority of the caller thread. |
On return of this function, the variable pointed by priority contains the priority of the calling thread.
| Error Code | Description |
A0Err...| Some error occurred. | |
A0ErrOk| Successful completion. | |
A0DefaultPriority a0GetThreadPriority() a0SetDefaultPriority() a0SetThreadPriority()