Searched refs:WCONTINUED (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/mem/tunable/ |
D | min_free_kbytes.c | 76 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/ |
D | sys_wait.c | 19 C(WCONTINUED) in f()
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 45 #define WCONTINUED 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 41 #define WCONTINUED 8 macro
|
/third_party/ltp/testcases/kernel/mem/ksm/ |
D | ksm05.c | 74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap10.c | 181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
|
/third_party/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 156 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 129 .options = WCONTINUED,
|
/third_party/mksh/ |
D | jobs.c | 1362 #if defined(WCONTINUED) && defined(WIFCONTINUED) 1363 WCONTINUED | 1405 #if defined(WCONTINUED) && defined(WIFCONTINUED)
|
/third_party/python/Doc/library/ |
D | os.rst | 4294 :data:`WSTOPPED` or :data:`WCONTINUED` and additionally may be ORed with 4458 .. data:: WCONTINUED 4494 See :data:`WCONTINUED` option.
|
/third_party/python/Modules/ |
D | posixmodule.c | 14893 #ifdef WCONTINUED in all_ins() 14894 if (PyModule_AddIntMacro(m, WCONTINUED)) return -1; in all_ins()
|