Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/windows/
Dstacktrace.cc66 HANDLE current_process = GetCurrentProcess(); in CurrentStackTrace() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom.c232 const char *current_process = "<unknown>"; in DEFINE_STATIC_ONCE() local
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c232 const char *current_process = "<unknown>"; in DEFINE_STATIC_ONCE() 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.py37 def current_process(): function
Dutil.py322 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.py5599 current_process = staticmethod(multiprocessing.current_process) variable in ProcessesMixin
5684 current_process = staticmethod(multiprocessing.dummy.current_process) variable in ThreadsMixin