uses SDL;
function SDL_mutexV( mutex : PSDL_mutex ) : Integer;
Unlocks the mutex, which was previously created with SDL_CreateMutex . Returns 0 on success, or -1 on an error.
SDL also defines a procedure SDL_UnlockMutex() that calls SDL_mutexV().
SDL_CreateMutex , SDL_mutexP