Informs that a slave will not be waited.
a0tError | a0DetachSlave( | | | |
| | a0tThread | *thread );
| |
| Name | rd/wr | Description |
| thread | write | Address of the slave thread desciptor. |
This function tells to the threads kernel that the slave thread thread will not be waited for. The function a0JoinSlave will not be expected to be used and all structures allocated to the slave thread will be freed as soon it terminates.
| Error Code | Description |
A0ErrInvThread | The thread descriptor is invalid. | |
A0ErrOk| Successful completion. | |
a0JoinSlave() a0NewSlave() a0ExitThread()