@unlock


Description:

public void @unlock ()

Unlocks this.

Note:

Use @unlock

Another thread will be allowed to lock this only when it has been unlocked as many times as it had been locked before. If this is completely unlocked and another thread is blocked in a @lock call for this, it will be woken and can lock this itself.

Parameters:

this

a StaticRecMutex to unlock.