Home
last modified time | relevance | path

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

/external/toolchain-utils/contrib/gbiv/bgtask/
Dbgtask.cc40 constexpr int current_process = 0; in deprioritize_nice_or_warn() local
49 constexpr int current_process = 0; in deprioritize_io_or_warn() local
67 constexpr int current_process = 0; in restrict_cpu_mask_or_warn() local
/external/tensorflow/tensorflow/tsl/platform/windows/
Dstacktrace.cc66 HANDLE current_process = GetCurrentProcess(); in CurrentStackTrace() local
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom.c211 const char *current_process = "<unknown>"; in DEFINE_STATIC_ONCE() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
Durandom.c211 const char *current_process = "<unknown>"; in DEFINE_STATIC_ONCE() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom.c246 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/cronet/base/debug/
Dstack_trace_win.cc146 const HANDLE current_process = GetCurrentProcess(); in SymInitializeCurrentProc() local
/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.cc656 HANDLE current_process = GetCurrentProcess(); in CreateClientHandles() local
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_primitives.hpp147 handle const current_process=::boost::winapi::GetCurrentProcess(); in duplicate_handle() local
/external/python/cpython3/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