Home
last modified time | relevance | path

Searched defs:current_process (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/multiprocessing/dummy/
D__init__.py65 current_process = threading.current_thread variable
/third_party/libuv/src/win/
Dprocess-stdio.c99 HANDLE current_process; in uv__duplicate_handle() local
Dutil.c493 HANDLE current_process; in uv_resident_set_memory() local
/third_party/python/Lib/multiprocessing/
Dprocess.py37 def current_process(): function
Dutil.py322 current_process=process.current_process): argument
Dcontext.py37 current_process = staticmethod(process.current_process) variable in BaseContext
/third_party/python/Lib/test/
D_test_multiprocessing.py5846 current_process = staticmethod(multiprocessing.current_process) variable in ProcessesMixin
5932 current_process = staticmethod(multiprocessing.dummy.current_process) variable in ThreadsMixin