@signal


Description:

public void @signal ()

If threads are waiting for this, at least one of them is unblocked.

If no threads are waiting for this, this function has no effect. It is good practice to hold the same lock as the waiting thread while calling this function, though not required.

Parameters:

this

a Cond