O recurso está a ser carregado... Carregamento...

Notificar a todos

OnotifyAll()A função acorda todos os fios em espera.

Avise a todos

Por favor, consulte oThreadCondition.notify()secção para exemplos.

OnotifyAll()A função acorda todos os fios em espera um por um, e os fios despertados recuperam o bloqueio do fio.

{@fun/Threads/ThreadCondition/notify notify}, {@fun/Threads/ThreadCondition/wait wait}, {@fun/Threads/ThreadCondition/acquire acquire}, {@fun/Threads/ThreadCondition/release release}

Notificar - Espera.