Try to schedule another thread.
a0tError a0YieldThread( | void | );
| |
This function request the scheduler to choose a new thread in the same priority level of the current thread (which his the highest priority thread). If not, the current thread continues.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |