Home
last modified time | relevance | path

Searched refs:wait3 (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dwait3.c29 * @tc.desc : Test the wait3 function to wait3 for the child process
39 pid_t wait3_for_pind = wait3(&status, options, &ru); in wait3_0100()
41 t_error("%s wait3 get pid is %d are not want %d\n", __func__, wait3_for_pind, pid); in wait3_0100()
44 t_error("%s wait3 get status is %d are not 0\n", __func__, status); in wait3_0100()
50 t_error("%s wait3 fork error\n"); in wait3_0100()
56 * @tc.desc : Test the result of the wait3 function when the exit code of the child process is not 0
66 pid_t wait3_for_pind = wait3(&status, options, &ru); in wait3_0200()
68 t_error("%s wait3 get pid is %d are not want %d\n", __func__, wait3_for_pind, pid); in wait3_0200()
71 t_error("%s wait3 ge in wait3_0200()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dwait.h32 pid_t wait3 (int *, int, struct rusage *);
59 __REDIR(wait3, __wait3_time64);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h32 pid_t wait3 (int *, int, struct rusage *);
59 __REDIR(wait3, __wait3_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h32 pid_t wait3 (int *, int, struct rusage *);
59 __REDIR(wait3, __wait3_time64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h32 pid_t wait3 (int *, int, struct rusage *);
59 __REDIR(wait3, __wait3_time64);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h36 pid_t wait3 (int *, int, struct rusage *);
63 __REDIR(wait3, __wait3_time64);
/third_party/musl/include/sys/
H A Dwait.h32 pid_t wait3 (int *, int, struct rusage *);
59 __REDIR(wait3, __wait3_time64);
/third_party/python/Lib/test/
H A Dtest_wait3.py1 """This test checks for correct wait3() behavior.
15 if not hasattr(os, 'wait3'):
16 raise unittest.SkipTest("os.wait3 not defined")
25 # wait3() shouldn't hang, but some of the buildbots seem to hang
27 spid, status, rusage = os.wait3(os.WNOHANG)
37 # Ensure a successful wait3() call where no child was ready to report
43 pid, status, rusage = os.wait3(os.WNOHANG)
H A D_test_eintr.py99 @unittest.skipUnless(hasattr(os, 'wait3'), 'requires wait3()')
101 self._test_wait_multiple(lambda: os.wait3(0))
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/
H A Duart.S111 wait3: label
114 bne wait3
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/
H A Duart.S111 wait3: label
114 bne wait3
/third_party/musl/src/linux/
H A Dwait3.c6 pid_t wait3(int *status, int options, struct rusage *usage) in wait3() function
/third_party/musl/compat/time32/
H A Dwait3_time32.c29 int r = wait3(status, options, usage ? &ru : 0); in __wait3_time32()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwaitndk.cpp87 pid_t wait3_for_pind = wait3(&status, options, &ru); in Wait3test()
150 {"wait3", nullptr, Wait3, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
H A Dffrtndk.cpp2436 ffrt_deps_t wait3{static_cast<uint32_t>(wait3_deps.size()), wait3_deps.data()}; in SubmitHIODependTest002()
2437 ffrt_wait_deps(&wait3); in SubmitHIODependTest002()
/third_party/python/Modules/
H A Dposixmodule.c4678 /* sys/resource.h is needed for at least: wait3(), wait4(), broken nice. */
8427 os.wait3
8448 pid = wait3(&status, options, &ru); in os_wait3_impl()

Completed in 30 milliseconds