Home
last modified time | relevance | path

Searched refs:getpid (Results 476 - 500 of 1477) sorted by relevance

1...<<11121314151617181920>>...60

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
H A D5-1.c34 getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
H A D5-1.c48 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
H A D1-2.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
H A D3-1.c33 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H A D2-1.c56 pid = getpid(); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
H A D2-1.c36 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 D4-1.c34 sprintf(qname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
H A D3-1.c35 sprintf(qname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D20-1.c45 sprintf(qname, "/mq_open_20-1_%d", getpid()); in main()
H A D23-1.c31 sprintf(qname, "/mq_open_23-1_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D4-2.c35 sprintf(qname, "/mq_timedsend_4-2_%d", getpid()); in main()
H A D4-1.c35 sprintf(qname, "/mq_timedsend_4-1_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
H A D10-1.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D8-1.c54 pid = getpid(); in main()
H A D4-1.c52 pid = getpid(); in main()
H A D5-1.c51 pid = getpid(); in main()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_sendto_chk_test.cpp20 kill(getpid(), SIGSTOP); in SignalHandler()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dcapset.c30 cap_header.pid = getpid(); in capset_0100()
/third_party/musl/libc-test/src/functionalext/ldso_debug/
H A Dldso_memleak_check.c32 int pid = getpid(); in check_loaded()
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigwaitinfo.c41 result = sigqueue(getpid(), sig, sigval); in sigwaitinfo_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetpid.c25 * @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 Daccesstokenidcommon.cpp96 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 Dgzip_vas.c248 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 Daugmented_raw_syscalls.c253 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 Dptrace.c235 ksft_print_msg("Parent is %d, child is %d\n", getpid(), child); in do_parent()
255 srandom(getpid()); in main()

Completed in 8 milliseconds

1...<<11121314151617181920>>...60