Uses of Class
io.perfmark.impl.ThreadRef
-
Packages that use ThreadRef Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work. -
-
Uses of ThreadRef in io.perfmark.impl
Fields in io.perfmark.impl declared as ThreadRef Modifier and Type Field Description private static ThreadRefThreadRef. IDENTITYprivate ThreadRefThreadRefInfo. threadRefFields in io.perfmark.impl with type parameters of type ThreadRef Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ThreadRef,T>ConcurrentThreadLocal. refsMethods in io.perfmark.impl that return ThreadRef Modifier and Type Method Description (package private) static ThreadRefThreadRef. newRef(java.lang.ref.ReferenceQueue<java.lang.Thread> queue)Method parameters in io.perfmark.impl with type arguments of type ThreadRef Modifier and Type Method Description (package private) static <T> TThreadRef. get(java.util.Map<ThreadRef,T> map)(package private) static <T> TThreadRef. removeAndClearRef(java.util.Map<ThreadRef,T> map)Constructors in io.perfmark.impl with parameters of type ThreadRef Constructor Description ThreadRefInfo(ThreadRef threadRef)
-