Libraryless. Click here for Pure Java version (28L/1K).
svoid syncNotifyAll(O o) { if (o != null) synchronized(o) { o.notifyAll(); } }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033406 |
| Snippet name: | syncNotifyAll |
| Eternal ID of this version: | #1033406/1 |
| Text MD5: | a1a91abb90a482b0f69661b0c49b8aad |
| Transpilation MD5: | c5184b28fac4b5dc9b7dddb75b6ea14c |
| Author: | stefan |
| Category: | javax / code execution |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-27 05:14:16 |
| Source code size: | 82 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 348 / 451 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |