HomeSort by relevance Sort by last modified time
    Searched refs:new_stop (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
heap.py 224 new_stop = start + size
225 if new_stop < stop:
226 self._free((arena, new_stop, stop))
227 block = (arena, start, new_stop)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 224 new_stop = start + size
225 if new_stop < stop:
226 self._free((arena, new_stop, stop))
227 block = (arena, start, new_stop)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 224 new_stop = start + size
225 if new_stop < stop:
226 self._free((arena, new_stop, stop))
227 block = (arena, start, new_stop)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 224 new_stop = start + size
225 if new_stop < stop:
226 self._free((arena, new_stop, stop))
227 block = (arena, start, new_stop)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 224 new_stop = start + size
225 if new_stop < stop:
226 self._free((arena, new_stop, stop))
227 block = (arena, start, new_stop)
  /external/python/cpython3/Lib/multiprocessing/
heap.py 231 new_stop = start + size
232 if new_stop < stop:
233 self._free((arena, new_stop, stop))
234 block = (arena, start, new_stop)
  /external/python/cpython3/Objects/
rangeobject.c 1181 long lstart, lstop, lstep, new_start, new_stop; local
    [all...]

Completed in 196 milliseconds