Creates a mutex.
a0tError a0NewMutex( | | | |
| a0tMutex | *mutex );
| |
Name | rd/wr | Description |
mutex | write | Mutex descriptor to fill. |
This routine creates a mutex and store its descriptor in mutex.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |
a0LockMutex() a0UnlockMutex() a0DisposeMutex()