Searched refs:ti (Results 1 – 6 of 6) sorted by relevance
187 int ti = -1; in read() local190 ti = threads.add(); in read()198 threads.remove(ti); in read()215 int ti = -1; in read() local218 ti = threads.add(); in read()226 threads.remove(ti); in read()239 int ti = -1; in write() local242 ti = threads.add(); in write()250 threads.remove(ti); in write()267 int ti = -1; in write() local[all …]
107 int ti = threads.add(); in size() local120 threads.remove(ti); in size()130 int ti = threads.add(); in truncate() local150 threads.remove(ti); in truncate()156 int ti = threads.add(); in force() local168 threads.remove(ti); in force()200 int ti = threads.add(); in implLock()220 threads.remove(ti); in implLock()256 int ti = threads.add(); in tryLock() local278 threads.remove(ti); in tryLock()[all …]
1025 int ti = 0; in toArray() local1030 if (ti >= size) { in toArray()1033 a[ti++] = (T) unmaskNull(key); // unmask key in toArray()1037 if (ti < size || expectedModCount != modCount) { in toArray()1041 if (ti < a.length) { in toArray()1042 a[ti] = null; in toArray()1113 int ti = 0; in toArray() local1117 if (ti >= size) { in toArray()1120 a[ti++] = (T) tab[si+1]; // copy value in toArray()1124 if (ti < size || expectedModCount != modCount) { in toArray()[all …]
989 ListIterator<?> ti = target.listIterator(); in indexOfSubList() local991 if (!eq(ti.next(), si.next())) { in indexOfSubList()1044 ListIterator<?> ti = target.listIterator(); in lastIndexOfSubList() local1046 if (!eq(ti.next(), si.next())) { in lastIndexOfSubList()
5514 Class<?> ti = types[i]; types[i] = types[j]; types[j] = ti; in swapArguments() local
2744 boolean ti = fromInclusive; in newSubMap()2746 toInclusive = ti; in newSubMap()