/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_fatal_message.c | 45 pidChild = getpid(); in fatal_message_0010()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | DebugAndroid.cpp | 32 ALOGE("Waiting for debugger: gdbserver :${PORT} --attach %u. Look for thread %u", getpid(), gettid()); in AndroidEnterDebugger()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_inherit_test.c | 27 srand(getpid()); in dscr_inherit()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_local_storage.c | 40 skel->bss->monitored_pid = getpid(); in test_test_local_storage()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | za-fork.c | 79 ksft_print_msg("PID: %d\n", getpid()); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cpumask.c | 35 skel->bss->pid = getpid(); in verify_success()
|
H A D | skc_to_unix_sock.c | 20 skel->rodata->my_pid = getpid(); in test_skc_to_unix_sock()
|
H A D | test_bpf_ma.c | 45 skel->bss->pid = getpid(); in test_test_bpf_ma()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_inherit_test.c | 27 srand(getpid()); in dscr_inherit()
|
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_009.cpp | 41 pid = getpid(); in ChildFun()
|
H A D | It_pid_container_021.cpp | 44 ret = clock_getcpuclockid(getpid(), &clockid); in ChildFun()
|
/kernel/liteos_a/testsuites/unittest/basic/exc/smoke/ |
H A D | it_test_exc_005.cpp | 36 printf("@@@@@@@@@@@@@ pid : %d getppid : %d @@@@@@@@@@@@@@@@\n", getpid(), getppid()); in Child()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_003.cpp | 71 auto netlink = ReadlinkNet(getpid()); in ItNetContainer003()
|
H A D | It_time_container_009.cpp | 69 auto timelink = ReadlinkTime(getpid()); in ItTimeContainer009()
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_devices_001.cpp | 53 ret = sprintf_s(writeBuf, sizeof(writeBuf), "%d", getpid()); in ItProcessPlimitsDevices001()
|
/third_party/eudev/src/shared/ |
H A D | virt.c | 55 if (getpid() == 1) { in detect_container()
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | arc4random.h | 63 pid_t pid = getpid();
in _rs_forkdetect()
|
/third_party/libunwind/libunwind/src/ |
H A D | os-hpux.c | 42 if (pid != getpid ()) in tdep_get_elf_image()
|
/third_party/ltp/testcases/kernel/controllers/memcg/regression/ |
H A D | memcg_test_1.c | 44 sprintf(buf, "%d", getpid()); in main()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | sem_nstest.c | 53 tst_res(TINFO, "PID %d: fetched existing semaphore..id = %d", getpid(), id); in check_semaphore()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_latency_test.c | 92 write_to_file(mytaskfile, "a", getpid()); in main()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/ |
H A D | hugeshmget01.c | 35 if (buf.shm_cpid != getpid()) { in test_hugeshmget()
|
/third_party/ltp/testcases/kernel/mem/oom/ |
H A D | oom03.c | 82 SAFE_CG_PRINTF(tst_cg, "cgroup.procs", "%d", getpid()); in setup()
|
H A D | oom04.c | 79 SAFE_CG_PRINTF(tst_cg, "cgroup.procs", "%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
H A D | shmt02.c | 63 key = (key_t) getpid(); in main()
|