Searched refs:threadSlice (Results 1 – 1 of 1) sorted by relevance
136 val threadSlice = thread.selectFirst(predicate) in ProcessModel() constant138 if (threadSlice != null && (ret == null || threadSlice.startTime < ret!!.startTime)) { in ProcessModel()139 ret = threadSlice in ProcessModel()