Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c155 const char *current_process = "<unknown>"; in DEFINE_BSS_GET() local
/external/python/cpython3/Lib/multiprocessing/dummy/
D__init__.py65 current_process = threading.current_thread variable
/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py96 current_process = threading.current_thread variable
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py59 def current_process(): function
Dutil.py299 current_process=current_process): argument
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py36 def current_process(): function
Dutil.py287 current_process=process.current_process): argument
Dcontext.py37 current_process = staticmethod(process.current_process) variable in BaseContext
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc653 HANDLE current_process = GetCurrentProcess(); in CreateClientHandles() local
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py4854 current_process = staticmethod(multiprocessing.current_process) variable in ProcessesMixin
4939 current_process = staticmethod(multiprocessing.dummy.current_process) variable in ThreadsMixin