/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_dfx.cpp | 157 uint32_t memoryUsage = dumpUse.GetPss(getpid()); in ReportServiceBehaviorEvent()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | cgroup_adjuster.cpp | 151 int pid = getpid(); in AdjustSelfProcessGroup()
|
/foundation/systemabilitymgr/samgr/services/lsamgr/src/ |
H A D | local_ability_manager_proxy.cpp | 75 HILOG_INFO(LOG_CORE, "StartAbility SendRequest suc, SA:%{public}d, pid:%{public}d", systemAbilityId, getpid()); in StartAbility()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/permission/ |
H A D | trans_dynamic_permission_test.cpp | 50 g_permPid = (int)getpid(); in SetUpTestCase()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.c | 82 pid_t pid = getpid(); in HciOnHDIInitedTimerTimeout()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_smartgenius.c | 79 local.nl_pid = getpid(); in CreateNetLinkSocketFd()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_inner_manager.cpp | 82 pid_ = getpid(); in Start()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | umid.c | 231 snprintf(pid, sizeof(pid), "%d\n", getpid()); in create_pid_file()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/ |
H A D | sigfuz.c | 226 srand(time(NULL) + getpid()); in sigfuz_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 230 self = getpid(); in set_death_signal()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | test_kmem.c | 39 i, getpid()); in alloc_dcache()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | umid.c | 230 snprintf(pid, sizeof(pid), "%d\n", getpid()); in create_pid_file()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | mem-functions.c | 73 cycles_fd = sys_perf_event_open(&cycle_attr, getpid(), -1, -1, perf_event_open_cloexec_flag()); in init_cycles()
|
H A D | futex-wake-parallel.c | 270 getpid(), nblocked_threads, fshared ? "shared":"private", in bench_futex_wake_parallel()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bpf.c | 144 snprintf(pid, sizeof(pid), "%d", getpid()); in do_test()
|
/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_jit_disasm.c | 40 snprintf(tpath, size, "/proc/%d/exe", (int) getpid()); in get_exec_path()
|
/kernel/linux/linux-5.10/tools/hv/ |
H A D | hv_vss_daemon.c | 245 syslog(LOG_INFO, "VSS starting; pid is:%d", getpid()); in main()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | futex-wake-parallel.c | 296 getpid(), params.nthreads, params.fshared ? "shared":"private", in bench_futex_wake_parallel()
|
H A D | mem-functions.c | 73 cycles_fd = sys_perf_event_open(&cycle_attr, getpid(), -1, -1, perf_event_open_cloexec_flag()); in init_cycles()
|
H A D | futex-requeue.c | 208 "%d at a time.\n\n", getpid(), params.nthreads, in bench_futex_requeue()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | mmap-basic.c | 22 * This test will generate random numbers of calls to some getpid syscalls, 49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/ |
H A D | scm_pidfd.c | 282 snprintf(addr->sock_name, sizeof(addr->sock_name), "scm_pidfd_%d", getpid()); in fill_sockaddr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 229 pid_t mypid = getpid(); in test_x32() 231 run("Checking for x32 by calling x32 getpid()\n"); in test_x32() 242 fail("x32 getpid() returned %lld, but it should have returned either %lld or -ENOSYS\n", ret, (long long)mypid); in test_x32()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | unpriv_bpf_disabled.c | 244 skel->bss->test_pid = getpid(); in test_unpriv_bpf_disabled()
|
H A D | uprobe_multi_test.c | 105 skel->bss->pid = child ? 0 : getpid(); in uprobe_multi_test_run()
|