Package com.biglybt.core.util
Class AEMonitorOld
java.lang.Object
com.biglybt.core.util.AEMonSem
com.biglybt.core.util.AEMonitorOld
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.core.util.AEMonSem
AEMonSem.monSemData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
protected Thread
private int
protected Thread
private int
private int
Fields inherited from class com.biglybt.core.util.AEMonSem
DEBUG, DEBUG_CHECK_DUPLICATES, debug_recursions, DEBUG_TIMER, entry_count, is_monitor, last_entry_count, last_trace_key, name, waiting
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.biglybt.core.util.AEMonSem
check, debugEntry, debugExit, getName
-
Field Details
-
dont_wait
private int dont_wait -
nests
private int nests -
total_reserve
private int total_reserve -
total_release
private int total_release -
owner
-
last_waiter
-
-
Constructor Details
-
AEMonitorOld
-
-
Method Details
-
enter
public void enter() -
enter
public boolean enter(int max_millis) -
exit
public void exit() -
isHeld
public boolean isHeld() -
hasWaiters
public boolean hasWaiters() -
getSynchronisedMap
-