Searched refs:getpid (Results 826 - 850 of 1411) sorted by relevance
1...<<31323334353637383940>>...57
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_u.c | 59 retval = __set_sched_attr(getpid(), params->sched_param); in timerlat_u_main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | varlen.c | 34 bss->test_pid = getpid(); in test_varlen()
|
H A D | ringbuf_multi.c | 80 skel->bss->pid = getpid(); in test_ringbuf_multi()
|
H A D | snprintf.c | 46 skel->bss->pid = getpid(); in test_snprintf_positive()
|
H A D | sk_storage_tracing.c | 113 my_pid = getpid(); in serial_test_sk_storage_tracing()
|
H A D | test_bpf_syscall_macro.c | 26 skel->rodata->filter_pid = getpid(); in test_bpf_syscall_macro()
|
H A D | test_strncmp.c | 63 skel->bss->target_pid = getpid(); in test_strncmp_ret()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | audit_logread.c | 161 audit_set(fd, AUDIT_STATUS_PID, getpid()); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_ldst.c | 69 getpid(); in consume_stack()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 126 printf("main test running as pid %d\n", getpid()); in eat_cpu()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-gpr.c | 123 seed = getpid() ^ time(NULL); in ptrace_gpr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/ |
H A D | sig_sc_double_restart.c | 36 kill(getpid(), SIGUSR2); in SIGUSR1_handler()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-context-chk-vsx.c | 153 pid_t pid = getpid(); in tm_signal_context_chk()
|
H A D | tm-signal-context-chk-vmx.c | 104 pid_t pid = getpid(); in tm_signal_context_chk()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | unwind_vdso.c | 90 bool ok = (eax == SYS_getpid || eax == getpid()) && in trace_fn()
|
/kernel/linux/linux-6.6/samples/pidfd/ |
H A D | pidfd-metadata.c | 30 printf("%d\n", getpid()); in do_child()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_ipc_container_002.cpp | 130 parentPid = getpid();
in ItIpcContainer002()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_040.cpp | 92 "/mq040_%d", getpid()); in Testcase()
|
H A D | It_posix_queue_209.cpp | 81 ret = snprintf_s(g_mqname, MQUEUE_STANDARD_NAME_LENGTH - 1, MQUEUE_STANDARD_NAME_LENGTH, "/mq209_%d", getpid()); in Child()
|
H A D | It_posix_queue_208.cpp | 62 ret = snprintf_s(g_mqname, MQUEUE_STANDARD_NAME_LENGTH - 1, MQUEUE_STANDARD_NAME_LENGTH, "/mq208_%d", getpid()); in Child()
|
H A D | It_posix_queue_206.cpp | 42 (void)snprintf_s(mqname, MQUEUE_STANDARD_NAME_LENGTH - 1, MQUEUE_STANDARD_NAME_LENGTH, "/mq206_%d", getpid()); in Child()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_042.cpp | 85 ret = sched_getparam(getpid(), ¶m); in GroupProcess()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_021.cpp | 82 ret = sched_setscheduler(getpid(), SCHED_DEADLINE, ¶m); in ChildProcess()
|
/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 229 printf ("%ld\n", (long) getpid ()); in main()
|
/third_party/backends/sanei/ |
H A D | sanei_auth.c | 229 resource, getpid (), (long int) time (NULL), randombits ()); in sanei_authorize()
|
Completed in 11 milliseconds
1...<<31323334353637383940>>...57