Home
last modified time | relevance | path

Searched refs:WCONTINUED (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c76 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in min_free_kbytes_test()
121 SAFE_WAITPID(pid[i], &status, WUNTRACED | WCONTINUED); in test_tune()
/third_party/musl/libc-test/src/api/
Dsys_wait.c19 C(WCONTINUED) in f()
/third_party/musl/ndk_musl_include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h45 #define WCONTINUED 8 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h41 #define WCONTINUED 8 macro
/third_party/ltp/testcases/kernel/mem/ksm/
Dksm05.c74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap10.c181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
/third_party/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c156 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c129 .options = WCONTINUED,
/third_party/mksh/
Djobs.c1362 #if defined(WCONTINUED) && defined(WIFCONTINUED)
1363 WCONTINUED |
1405 #if defined(WCONTINUED) && defined(WIFCONTINUED)
/third_party/python/Doc/library/
Dos.rst4294 :data:`WSTOPPED` or :data:`WCONTINUED` and additionally may be ORed with
4458 .. data:: WCONTINUED
4494 See :data:`WCONTINUED` option.
/third_party/python/Modules/
Dposixmodule.c14893 #ifdef WCONTINUED in all_ins()
14894 if (PyModule_AddIntMacro(m, WCONTINUED)) return -1; in all_ins()