Unlocks a mutex.
a0tError a0UnlockMutex( | | | |
| a0tMutex | *mutex );
| |
Name | rd/wr | Description |
mutex | write | Mutex descriptor to unlock. |
This routine unlocks the mutex pointed by mutex. If is there any blocked thread waiting to lock this mutex, one is unblocked.
Error Code | Description |
A0ErrInvMutex The mutex descriptor is invalid. | |
A0ErrOkSuccessful completion. | |
a0NewMutex() a0DisposeMutex() a0LockMutex()