static void addToLongThreadLocal(ThreadLocal<Long> tl, long l) { tl.set(toLong(tl!)+l); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011020 |
| Snippet name: | addToLongThreadLocal |
| Eternal ID of this version: | #1011020/1 |
| Text MD5: | 4fbcfc73a305349eadb94f52bbf58279 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-11 18:40:58 |
| Source code size: | 93 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 597 / 668 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |