OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_stop_to_block
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/multiprocessing/
heap.py
101
self.
_stop_to_block
= {}
132
del self.
_stop_to_block
[(arena, stop)]
140
prev_block = self.
_stop_to_block
[(arena, start)]
163
self.
_stop_to_block
[(arena, stop)] = block
169
del self.
_stop_to_block
[(arena, stop)]
/external/python/cpython3/Lib/multiprocessing/
heap.py
115
self.
_stop_to_block
= {}
146
del self.
_stop_to_block
[(arena, stop)]
154
prev_block = self.
_stop_to_block
[(arena, start)]
177
self.
_stop_to_block
[(arena, stop)] = block
183
del self.
_stop_to_block
[(arena, stop)]
Completed in 252 milliseconds