/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/ |
H A D | 5-1.c | 34 getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/ |
H A D | 5-1.c | 48 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/ |
H A D | 1-2.c | 34 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 3-1.c | 33 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/ |
H A D | 2-1.c | 56 pid = getpid(); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/ |
H A D | 2-1.c | 36 if (clock_getcpuclockid(getpid(), &clockid_1) != 0) { in main() 37 printf("clock_getcpuclockid(getpid(),) failed\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
H A D | 4-1.c | 34 sprintf(qname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
H A D | 3-1.c | 35 sprintf(qname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 20-1.c | 45 sprintf(qname, "/mq_open_20-1_%d", getpid()); in main()
|
H A D | 23-1.c | 31 sprintf(qname, "/mq_open_23-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 4-2.c | 35 sprintf(qname, "/mq_timedsend_4-2_%d", getpid()); in main()
|
H A D | 4-1.c | 35 sprintf(qname, "/mq_timedsend_4-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
H A D | 10-1.c | 34 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
H A D | 8-1.c | 54 pid = getpid(); in main()
|
H A D | 4-1.c | 52 pid = getpid(); in main()
|
H A D | 5-1.c | 51 pid = getpid(); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_sendto_chk_test.cpp | 20 kill(getpid(), SIGSTOP); in SignalHandler()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | capset.c | 30 cap_header.pid = getpid(); in capset_0100()
|
/third_party/musl/libc-test/src/functionalext/ldso_debug/ |
H A D | ldso_memleak_check.c | 32 int pid = getpid(); in check_loaded()
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | sigwaitinfo.c | 41 result = sigqueue(getpid(), sig, sigval); in sigwaitinfo_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | getpid.c | 25 * @tc.desc : Verify to get the current process ID (shell command and call getpid function). 33 snprintf(cmd, sizeof(cmd), "ps -eo command,pid | grep -E \"PID|getpid\" > %s", ptr); in getpid_0100() 49 pid_t uid = getpid(); in getpid_0100()
|
/kernel/linux/build/test/fuzztest/accesstokenid/src/ |
H A D | accesstokenidcommon.cpp | 96 pid_t pid = getpid(); in SetRandTokenAndCheck() 219 pid_t pid = getpid(); in SetRandfTokenAndCheck()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzip_vas.c | 248 getpid()); in nxu_run_job() 277 fprintf(stderr, "%d: Got signal %d si_code %d, si_addr %p\n", getpid(), in nxu_sigsegv_handler()
|
/kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
H A D | augmented_raw_syscalls.c | 253 if (pid_filter__has(&pids_filtered, getpid())) in sys_enter() 278 if (pid_filter__has(&pids_filtered, getpid())) in sys_exit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 235 ksft_print_msg("Parent is %d, child is %d\n", getpid(), child); in do_parent() 255 srandom(getpid()); in main()
|