Searched refs:threadType (Results 1 – 5 of 5) sorted by relevance
12 private final ThreadType threadType; field in ThreadStatus34 this.threadType = ThreadType.fromValue(threadTypeValue); in ThreadStatus()59 return threadType; in getThreadType()142 public static String getThreadTypeName(final ThreadType threadType) { in getThreadTypeName() argument143 return getThreadTypeName(threadType.getValue()); in getThreadTypeName()
45 for (final StateType threadType : StateType.values()) { in fromValue()46 if (threadType.value == value) { in fromValue()47 return threadType; in fromValue()
46 for (final OperationType threadType : OperationType.values()) { in fromValue()47 if (threadType.value == value) { in fromValue()48 return threadType; in fromValue()
58 for (final ThreadType threadType : ThreadType.values()) { in fromValue()59 if (threadType.value == value) { in fromValue()60 return threadType; in fromValue()
51 for (final OperationStage threadType : OperationStage.values()) { in fromValue()52 if (threadType.value == value) { in fromValue()53 return threadType; in fromValue()