Home
last modified time | relevance | path

Searched defs:process_id (Results 1 – 25 of 28) sorted by relevance

12

/external/libchrome/mojo/public/cpp/base/
Dprocess_id_mojom_traits.cc11 base::ProcessId* process_id) { in Read()
/external/libchrome/ipc/
Dipc_channel.cc41 int process_id = -1; in GenerateUniqueRandomChannelID() local
/external/libchrome/base/debug/
Dactivity_analyzer.cc221 int64_t process_id; in GetUserDataSnapshot() local
273 int64_t process_id; in GetModules() local
376 int64_t process_id; in PrepareAllAnalyzers() local
Dactivity_tracker.h90 int64_t process_id; member
121 int64_t process_id; // A unique identifier for a process. member
603 int64_t process_id = 0; member
993 static void RecordProcessLaunchIfEnabled(ProcessId process_id, in RecordProcessLaunchIfEnabled()
999 static void RecordProcessLaunchIfEnabled(ProcessId process_id, in RecordProcessLaunchIfEnabled()
1006 static void RecordProcessExitIfEnabled(ProcessId process_id, int exit_code) { in RecordProcessExitIfEnabled()
1062 int64_t process_id() { return process_id_; } in process_id() function
Dactivity_tracker.cc1259 int64_t process_id) { in CreateWithAllocator()
1299 int64_t process_id) { in CreateWithLocalMemory()
1435 ProcessId process_id, in RecordProcessLaunch()
1459 ProcessId process_id, in RecordProcessLaunch()
1471 void GlobalActivityTracker::RecordProcessExit(ProcessId process_id, in RecordProcessExit()
1512 void GlobalActivityTracker::CleanupAfterProcess(int64_t process_id, in CleanupAfterProcess()
1653 int64_t process_id) in GlobalActivityTracker()
Dactivity_analyzer.h220 int64_t process_id; member
Dactivity_analyzer_unittest.cc501 int64_t process_id; in TEST_F() local
518 int64_t process_id; in TEST_F() local
/external/libchrome/base/process/
Dprocess_handle.cc22 uint32_t MangleProcessId(ProcessId process_id) { in MangleProcessId()
/external/webrtc/modules/desktop_capture/win/
Dfull_screen_win_application_handler.cc81 DWORD process_id = WindowProcessId(original_window); in FindFullScreenWindow() local
174 DWORD process_id = WindowProcessId(window_id); in GetPathByWindowId() local
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpTypes.h79 llvm::support::ulittle32_t process_id; member
/external/libchrome/base/test/
Dtrace_event_analyzer.h126 int process_id; member
264 static Query EventPidIs(int process_id) { in EventPidIs()
335 static Query OtherPidIs(int process_id) { in OtherPidIs()
399 static Query PrevPidIs(int process_id) { in PrevPidIs()
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_event.proto74 optional int32 process_id = 11; field
/external/libchrome/base/trace_event/
Dtrace_event_impl.cc281 int process_id; in AppendAsJSON() local
Dtrace_log.h291 int process_id() const { return process_id_; } in process_id() function
Dtrace_config.cc161 for (auto process_id : ordered_set) in ToDict() local
Dtrace_log.cc1109 int process_id, in AddTraceEventWithProcessId()
1641 void TraceLog::SetProcessID(int process_id) { in SetProcessID()
Dtrace_event.h43 pid_t process_id() { return 0; } in process_id() function
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc254 const DWORD process_id, in MinidumpGenerator()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph.cc39 base::PlatformProcessId process_id) { in CreateGraphForProcess()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp408 uint32_t process_id = ::GetProcessId(info.hProcess); in HandleCreateProcessEvent() local
DProcessDebugger.cpp181 DWORD process_id = static_cast<DWORD>(pid); in AttachProcess() local
/external/python/cpython3/Lib/asyncio/
Dtrsock.py157 def share(self, process_id): argument
/external/python/cpython3/Modules/clinic/
D_winapi.c.h744 DWORD process_id; in _winapi_OpenProcess() local
/external/python/cpython3/Modules/
D_winapi.c1437 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc129 void WaitForProcessToTerminate(pid_t process_id, int expected_status) { in WaitForProcessToTerminate()

12