Searched defs:LOCK_PORT (Results 1 - 1 of 1) sorted by relevance

/cts/apps/CameraITS/pymodules/its/
H A Ddevice.py51 # LOCK_PORT is used as a mutex lock to protect the list of forwarded ports
52 # among all processes. The script assumes LOCK_PORT is available and will
57 LOCK_PORT = CLIENT_PORT_START + MAX_NUM_PORTS variable in class:ItsSession
96 # This method assumes localhost's LOCK_PORT is available and will try to
106 socket_lock.bind((ItsSession.IPADDR, ItsSession.LOCK_PORT))

Completed in 59 milliseconds