Searched refs:threadSocketTags (Results 1 – 1 of 1) sorted by relevance
43 private static ThreadLocal<SocketTags> threadSocketTags = new ThreadLocal<SocketTags>() { field in NetworkManagementSocketTagger55 final int old = threadSocketTags.get().statsTag; in setThreadSocketStatsTag()56 threadSocketTags.get().statsTag = tag; in setThreadSocketStatsTag()61 return threadSocketTags.get().statsTag; in getThreadSocketStatsTag()65 final int old = threadSocketTags.get().statsUid; in setThreadSocketStatsUid()66 threadSocketTags.get().statsUid = uid; in setThreadSocketStatsUid()71 return threadSocketTags.get().statsUid; in getThreadSocketStatsUid()76 final SocketTags options = threadSocketTags.get(); in tag()110 final SocketTags options = threadSocketTags.get(); in unTagSocketFd()