Home
last modified time | relevance | path

Searched refs:_CLEANUP_FUNCS (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dresource_tracker.py32 _CLEANUP_FUNCS = { variable
46 _CLEANUP_FUNCS.update({
49 _CLEANUP_FUNCS.update({
193 cache = {rtype: set() for rtype in _CLEANUP_FUNCS.keys()}
200 cleanup_func = _CLEANUP_FUNCS.get(rtype, None)
235 _CLEANUP_FUNCS[rtype](name)
/third_party/python/Lib/test/
D_test_multiprocessing.py96 resource_tracker._CLEANUP_FUNCS[rtype](name)
5251 for rtype in resource_tracker._CLEANUP_FUNCS: