Class AEMonitorOld
java.lang.Object
com.biglybt.core.util.AEMonSem
com.biglybt.core.util.AEMonitorOld
-
Nested Class Summary
Nested classes/interfaces inherited from class AEMonSem
AEMonSem.monSemData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprotected Threadprivate intprotected Threadprivate intprivate intFields inherited from class 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 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
-