Home
last modified time | relevance | path

Searched defs:current_process (Results 1 – 8 of 8) 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.c518 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/boost/boost/thread/win32/
Dthread_primitives.hpp147 handle const current_process=::boost::winapi::GetCurrentProcess(); in duplicate_handle() local
/third_party/python/Lib/test/
D_test_multiprocessing.py5736 current_process = staticmethod(multiprocessing.current_process) variable in ProcessesMixin
5821 current_process = staticmethod(multiprocessing.dummy.current_process) variable in ThreadsMixin