Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1009354 // printDeadlocksAndSolve - print & solve deadlocks

JavaX fragment (include)

static L<ThreadInfo> printDeadlocksAndSolve() {
  L<ThreadInfo> l = printDeadlocks();
  interruptDeadlockedThreads(l);
  ret l;
}

Author comment

Began life as a copy of #1009292

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: #1009354
Snippet name: printDeadlocksAndSolve - print & solve deadlocks
Eternal ID of this version: #1009354/1
Text MD5: 437569f9ea5750bdfb49766a673d1ff4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-24 16:56:37
Source code size: 133 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 525 / 542
Referenced in: [show references]