Home
last modified time | relevance | path

Searched refs:no_child_process (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrc.h56 no_child_process = int(std::errc::no_child_process), enumerator
/llvm-project-15.0.7/libcxx/include/
H A D__errc58 no_child_process, // ECHILD
155 no_child_process = ECHILD,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp56 static_assert(static_cast<int>(std::errc::no_child_process) == ECHILD, ""); in main()