Searched refs:x11_magic_cookies (Results 1 – 1 of 1) sorted by relevance
43 …private final HashMap<String, X11ServerData> x11_magic_cookies = new HashMap<String, X11ServerData… field in ChannelManager225 synchronized (x11_magic_cookies) in registerX11Cookie()227 x11_magic_cookies.put(hexFakeCookie, data); in registerX11Cookie()236 synchronized (x11_magic_cookies) in unRegisterX11Cookie()238 x11_magic_cookies.remove(hexFakeCookie); in unRegisterX11Cookie()273 synchronized (x11_magic_cookies) in checkX11Cookie()276 return x11_magic_cookies.get(hexFakeCookie); in checkX11Cookie()1144 synchronized (x11_magic_cookies) in msgChannelOpen()1148 if (x11_magic_cookies.size() == 0) in msgChannelOpen()