Searched refs:ti (Results 1 – 4 of 4) sorted by relevance
190 int ti = -1; in read() local193 ti = threads.add(); in read()201 threads.remove(ti); in read()218 int ti = -1; in read() local221 ti = threads.add(); in read()229 threads.remove(ti); in read()242 int ti = -1; in write() local245 ti = threads.add(); in write()253 threads.remove(ti); in write()270 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 …]
962 ListIterator<?> ti = target.listIterator(); in indexOfSubList() local964 if (!eq(ti.next(), si.next())) { in indexOfSubList()1017 ListIterator<?> ti = target.listIterator(); in lastIndexOfSubList() local1019 if (!eq(ti.next(), si.next())) { in lastIndexOfSubList()
2925 boolean ti = fromInclusive; in newSubMap()2927 toInclusive = ti; in newSubMap()