Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static String | generateThreadDump () |
static void | shutDownTaskExecutor (ExecutorService executor) |
Private Member Functions | |
ThreadUtils () | |
Static Private Attributes | |
static final long | DEFAULT_TIMEOUT = 5 |
static final TimeUnit | DEFAULT_TIMEOUT_UNITS = TimeUnit.SECONDS |
Definition at line 34 of file ThreadUtils.java.
|
private |
Definition at line 95 of file ThreadUtils.java.
|
static |
Returns the thread info for all live threads with stack trace and synchronization information. Some threads included in the returned array may have been terminated when this method returns.
Definition at line 67 of file ThreadUtils.java.
Referenced by org.sleuthkit.autopsy.actions.ThreadDumpAction.ThreadDumper.createThreadDump().
|
static |
Shuts down a task executor service, unconditionally waiting until all tasks are terminated.
executor | The executor. |
Definition at line 45 of file ThreadUtils.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.closeAppServiceCaseResources(), org.sleuthkit.autopsy.casemodule.Case.doCloseCaseAction(), org.sleuthkit.autopsy.casemodule.Case.doOpenCaseAction(), org.sleuthkit.autopsy.casemodule.Case.openAppServiceCaseResources(), org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.shutdown(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitor.stopTimer().
|
staticprivate |
Definition at line 36 of file ThreadUtils.java.
|
staticprivate |
Definition at line 37 of file ThreadUtils.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.