Uses of Class
edu.cmu.emulator.util.RWLock

Packages that use RWLock
edu.cmu.emulator.daemon Node control daemon implementation and control classes. 
edu.cmu.emulator.signal The emulator's virtualized signal propagation environment. 
edu.cmu.emulator.vis The emulator visualizer. 
 

Uses of RWLock in edu.cmu.emulator.daemon
 

Fields in edu.cmu.emulator.daemon declared as RWLock
private  RWLock DaemonCommunicator.execLock
           
 

Uses of RWLock in edu.cmu.emulator.signal
 

Fields in edu.cmu.emulator.signal declared as RWLock
private  RWLock SignalEnvironment.channelsLock
          channelsLock protects any significant changes to channels.
protected  RWLock PathBasedFadingController.channelsLock
           
 

Methods in edu.cmu.emulator.signal that return RWLock
 RWLock SignalEnvironment.getChannelsLock()
           
 

Constructors in edu.cmu.emulator.signal with parameters of type RWLock
PathBasedFadingController(PathBasedDSPConfiguration pbDSPConfig, EmuHWConfiguration emuHWConfig, Channel[][] channels, RWLock channelsLock, CommSender commSender)
           
 

Uses of RWLock in edu.cmu.emulator.vis
 

Fields in edu.cmu.emulator.vis declared as RWLock
private  RWLock SigGraphViewer.channelsLock
           
 



Copyright © 2013. All Rights Reserved.