/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_time_container_004.cpp | 97 ret = WriteProcTime(getpid()); in TimeContainerUnshare()
|
H A D | It_time_container_005.cpp | 97 ret = WriteProcTime(getpid()); in TimeContainerUnshare()
|
H A D | It_user_container_003.cpp | 43 pid_t pid = getpid(); in TestMap()
|
H A D | It_user_container_004.cpp | 50 int parentPid = getpid(); in childFunc()
|
H A D | It_uts_container_005.cpp | 51 callerPid = getpid(); in UtsContainerTest()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_207.cpp | 62 ret = snprintf_s(g_mqname, MQUEUE_STANDARD_NAME_LENGTH - 1, MQUEUE_STANDARD_NAME_LENGTH, "/mq207_%d", getpid()); in Child()
|
H A D | It_posix_queue_205.cpp | 61 ret = snprintf_s(g_mqname, MQUEUE_STANDARD_NAME_LENGTH - 1, MQUEUE_STANDARD_NAME_LENGTH, "/mq205_%d", getpid()); in Child()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_033.cpp | 39 ICUNIT_ASSERT_EQUAL(getpgrp(), getpid(), getpgrp()); in Child1()
|
H A D | process_test_049.cpp | 67 printf("waitpid ret : %d errno : %d pid : %d getpid : %d\n", ret, errno, pid, getpid()); in TestThread()
|
H A D | process_test_055.cpp | 41 ret = kill(getpid(), SIGKILL); in Child1()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_022.cpp | 79 ret = sched_setscheduler(getpid(), SCHED_DEADLINE, ¶m); in ChildProcess()
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_pid_001.cpp | 80 int mainpid = getpid(); in ItProcessPlimitsPid001()
|
H A D | It_process_plimits_pid_002.cpp | 85 ret = sprintf_s(writeBuf, sizeof(writeBuf), "%d", getpid()); in ItProcessPlimitsPid002()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | capability1ndk.cpp | 45 cap_header.pid = getpid();
in CapGet()
|
/test/xts/hats/kernel/syscalls/ns/setns/ |
H A D | SetnsApiTest.cpp | 67 pid_t pid = getpid(); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/schedule/priority/ |
H A D | PriorityApiTest.cpp | 96 int pid = getpid(); in HWTEST_F()
|
/third_party/elfutils/tests/ |
H A D | dwfl-proc-attach.c | 89 pid_t pid = getpid (); in main()
|
H A D | dwfl-bug-fd-leak.c | 117 Dwfl *dwfl = elfutils_open (getpid (), (Dwarf_Addr) (uintptr_t) &main); in main()
|
H A D | vdsosyms.c | 85 pid_t pid = getpid(); in main()
|
/third_party/libunwind/libunwind/src/ |
H A D | dl-iterate-phdr.c | 66 if (maps_init (&mi, getpid()) < 0) in dl_iterate_phdr()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-exc.c | 129 getpid (); in a()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 89 unsigned long GetPid() { return (unsigned long)getpid(); } in GetPid()
|
/third_party/ltp/lib/ |
H A D | tst_sig.c | 234 tst_strsig(sig), sig, getpid()); in def_handler()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_core03.c | 56 SAFE_CG_PRINTF(cg, "cgroup.procs", "%d", getpid()); in cg_run_nowait()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_latency_check_task.c | 100 write_to_file(mytaskfile, "a", getpid()); in main()
|