Uses of Package
com.pnfsoftware.jeb.util.concurrent
Packages that use com.pnfsoftware.jeb.util.concurrent
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Types to access and interact with the
Android Debug Bridge (adb).This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.Control-flow graph types specific to native code.
Types related to concurrency, synchronization, timed execution, and external process execution.
-
Classes in com.pnfsoftware.jeb.util.concurrent used by com.pnfsoftware.jeb.core.unitsClassDescriptionAn auto-closable lock intended for try-with-resources blocks.This exception can be raised when a concurrency error is detected.
-
Classes in com.pnfsoftware.jeb.util.concurrent used by com.pnfsoftware.jeb.core.units.code.android.adbClassDescriptionA wrapper around
Processto execute potentially long-running commands, that may require input. -
-
Classes in com.pnfsoftware.jeb.util.concurrent used by com.pnfsoftware.jeb.core.units.code.asm.cfg
-
Classes in com.pnfsoftware.jeb.util.concurrent used by com.pnfsoftware.jeb.util.concurrentClassDescriptionA non-static, customizable version of
ThreadUtil.An auto-closable lock intended for try-with-resources blocks.Thread monitoring details used by the staticmonitor()method as well as the more complexThreadMonitorobjects.Lock creator interface for auto-closable read-only and read-write locks.A wrapper aroundProcessto execute potentially long-running commands, that may require input.Interface for the actual target for events.Monitoring lifecycle states.Enforce time-outs on operations and throwOperationTimedOutException.Enforce time-outs on operations and throwOperationTimedOutException.A thread-safe map with weak keys.Determines the cleaning format.