Home
last modified time | relevance | path

Searched refs:waitpid (Results 351 - 375 of 480) sorted by relevance

1...<<11121314151617181920

/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_016.cpp135 retValue = waitpid(fpid, &status, 0); in TestMultiPthreadKillPendNormal()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_209.cpp142 ret = waitpid(pid, &status, 0); in Testcase()
H A DIt_posix_queue_208.cpp133 ret = waitpid(pid, &status, 0); in Testcase()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smp/
H A Dprocess_test_smp_002.cpp113 ret = waitpid(ret, &status, 0); in Testcase()
H A Dprocess_test_smp_008.cpp118 ret = waitpid(ret, &status, 0); in Testcase()
H A Dprocess_test_smp_007.cpp99 ret = waitpid(ret, &status, 0); in Testcase()
H A Dprocess_test_smp_005.cpp96 ret = waitpid(ret, &status, 0); in Testcase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_018.cpp134 ret = waitpid(pid, &status, 0); in TestCase()
H A Dpthread_test_021.cpp128 waitpid(pid, &status, 0); in TestCase()
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/full/
H A Dpthread_mutex_test_025.cpp134 ret = waitpid(pid, &status, 0); in Testcase()
/kernel/liteos_a/testsuites/unittest/security/vid/smoke/
H A Dvid_test_001.cpp137 waitpid(pid, &status, 0); in TestCase()
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_overhead_user.c113 assert(waitpid(pid[i], &status, 0) == pid[i]); in run_perf_test()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Drdpmc.c177 wret = waitpid(pid, &status, 0); in test__rdpmc()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Devent-times.c55 waitpid(evlist->workload.pid, NULL, 0); in detach__enable_on_exec()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Devent-times.c55 waitpid(evlist->workload.pid, NULL, 0); in detach__enable_on_exec()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dsched-seccomp-notify.c137 if (waitpid(pid, &status, 0) != pid) in bench_sched_seccomp_notify()
138 err(EXIT_FAILURE, "waitpid(%d) failed", pid); in bench_sched_seccomp_notify()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c154 err = waitpid(pid, &status, 0); in test_test_bpffs()
155 if (CHECK(err == -1 && errno != ECHILD, "waitpid", "failed %d", errno)) in test_test_bpffs()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_net_container_005.cpp199 ret = waitpid(pid, &status, 0); in ItNetContainer005()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_duplocale_001.cpp141 ret = waitpid(pid, &status, 0); in testcase()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_066.cpp145 ret = waitpid(pid, &status, 0); in TestSpawnAttr()
H A Dprocess_test_067.cpp146 ret = waitpid(pid, &status, 0); in TestSpawnAttr()
/kernel/liteos_a/testsuites/unittest/security/capability/smoke/
H A Dcap_test_001.cpp168 ret = waitpid(pid, &status, 0); in TestCase()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_freezer.c670 waitpid(pid, NULL, 0); in test_cgfreezer_ptrace()
790 waitpid(pid, NULL, 0); in test_cgfreezer_ptraced()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_freezer.c613 waitpid(pid, NULL, 0); in test_cgfreezer_ptrace()
733 waitpid(pid, NULL, 0); in test_cgfreezer_ptraced()
H A Dtest_cpu.c275 waitpid(children[i].pid, &retcode, 0); in run_cpucg_weight_test()
485 waitpid(leaf[i].pid, &retcode, 0); in run_cpucg_nested_weight_test()

Completed in 10 milliseconds

1...<<11121314151617181920