Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_cros.cc127 void SetThreadLatencySensitivity(ProcessId process_id, in SetThreadLatencySensitivity()
244 void SetThreadTypeOtherAttrs(ProcessId process_id, in SetThreadTypeOtherAttrs()
258 void SetThreadRTPrioFromType(ProcessId process_id, in SetThreadRTPrioFromType()
298 void SetThreadNiceFromType(ProcessId process_id, in SetThreadNiceFromType()
367 ProcessId process_id, in GetThreadTypeFromThreadId()
378 void PlatformThreadChromeOS::SetThreadType(ProcessId process_id, in SetThreadType()
391 void PlatformThreadChromeOS::SetThreadTypeInternal(ProcessId process_id, in SetThreadTypeInternal()
418 void PlatformThreadChromeOS::SetThreadBackgrounded(ProcessId process_id, in SetThreadBackgrounded()
H A Dplatform_thread_linux.cc268 void PlatformThreadLinux::SetThreadType(ProcessId process_id, in SetThreadType()
286 void PlatformThreadLinux::SetThreadTypeInternal(ProcessId process_id, in SetThreadTypeInternal()
/aosp_15_r20/external/libchrome/base/debug/
H A 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
H A 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()
H A 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
H A Dactivity_analyzer_unittest.cc501 int64_t process_id; in TEST_F() local
518 int64_t process_id; in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/debug/
Dactivity_tracker.h93 int64_t process_id; member
124 int64_t process_id; // A unique identifier for a process. member
606 int64_t process_id = 0; member
996 static void RecordProcessLaunchIfEnabled(ProcessId process_id, in RecordProcessLaunchIfEnabled()
1002 static void RecordProcessLaunchIfEnabled(ProcessId process_id, in RecordProcessLaunchIfEnabled()
1009 static void RecordProcessExitIfEnabled(ProcessId process_id, int exit_code) { in RecordProcessExitIfEnabled()
1065 int64_t process_id() { return process_id_; } in process_id() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/debug/
Dactivity_tracker.h93 int64_t process_id; member
124 int64_t process_id; // A unique identifier for a process. member
606 int64_t process_id = 0; member
996 static void RecordProcessLaunchIfEnabled(ProcessId process_id, in RecordProcessLaunchIfEnabled()
1002 static void RecordProcessLaunchIfEnabled(ProcessId process_id, in RecordProcessLaunchIfEnabled()
1009 static void RecordProcessExitIfEnabled(ProcessId process_id, int exit_code) { in RecordProcessExitIfEnabled()
1065 int64_t process_id() { return process_id_; } in process_id() function
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dfull_screen_win_application_handler.cc105 DWORD process_id = WindowProcessId(original_window); in FindFullScreenWindow() local
197 DWORD process_id = WindowProcessId(reinterpret_cast<HWND>(GetSourceId())); in FindFullScreenWindow() local
255 DWORD process_id = WindowProcessId(window_id); in GetPathByWindowId() local
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dnacl_browser.cc272 void NaClBrowser::SetProcessGdbDebugStubPort(int process_id, int port) { in SetProcessGdbDebugStubPort()
293 int NaClBrowser::GetProcessGdbDebugStubPort(int process_id) { in GetProcessGdbDebugStubPort()
548 void NaClBrowser::OnProcessEnd(int process_id) { in OnProcessEnd()
/aosp_15_r20/platform_testing/utils/shell-as/
H A Dcontext.cpp54 bool ParseProcStatusFile(const pid_t process_id, uid_t* real_user_id, in ParseProcStatusFile()
89 bool SecurityContextFromProcess(const pid_t process_id, in SecurityContextFromProcess()
H A Dexecute.cpp231 bool SetProgramCounter(const pid_t process_id, uint64_t program_counter) { in SetProgramCounter()
246 bool StepToEntryPoint(const pid_t process_id) { in StepToEntryPoint()
H A Delf-utils.cpp38 bool GetElfEntryPoint(const pid_t process_id, uint64_t* entry_address, in GetElfEntryPoint()
/aosp_15_r20/external/cronet/base/test/
H A Dtrace_event_analyzer.h126 int process_id; member
262 static Query EventPidIs(int process_id) { in EventPidIs()
333 static Query OtherPidIs(int process_id) { in OtherPidIs()
397 static Query PrevPidIs(int process_id) { in PrevPidIs()
/aosp_15_r20/external/libchrome/base/test/
H A 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()
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_unittest.cc399 void AssertThreadsRT(int process_id, bool is_rt) { in AssertThreadsRT()
406 void AssertThreadsType(int process_id, ThreadType type) { in AssertThreadsType()
414 void AssertThreadsBgState(int process_id, bool is_bg) { in AssertThreadsBgState()
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_trace_sched.cpp57 pid_t process_id = 0; member
65 pid_t process_id = 0; member
/aosp_15_r20/external/libchrome/mojo/public/cpp/base/
H A Dprocess_id_mojom_traits.cc11 base::ProcessId* process_id) { in Read()
/aosp_15_r20/external/google-breakpad/src/tools/linux/pid2md/
H A Dpid2md.cc53 pid_t process_id = atoi(argv[1]); in main() local
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel.cc38 int process_id = base::GetCurrentProcId(); in GenerateUniqueRandomChannelID() local
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel.cc41 int process_id = -1; in GenerateUniqueRandomChannelID() local
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dplatform.h66 static void SetCurrentProcessId(base::PlatformProcessId process_id) { in SetCurrentProcessId()
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_process_information.h61 DWORD process_id() const { return process_id_; } in process_id() function
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dplatform.h66 static void SetCurrentProcessId(base::PlatformProcessId process_id) { in SetCurrentProcessId()
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_handle.cc22 uint32_t MangleProcessId(ProcessId process_id) { in MangleProcessId()

1234