...
CERT Oracle Secure Coding Standard for Java | THI02-J. Notify all waiting threads rather than a single thread |
CON38-C. Preserve thread safety and liveness when using condition variables |
Bibliography
[IEEE Std 1003.1:2013] | XSH, System Interfaces, pthread_cond_broadcast XSH, System Interfaces, pthread_cond_signal |
[Lea 2000] |
...