Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h57 no_child_process = int(std::errc::no_child_process), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp55 static_assert(static_cast<int>(std::errc::no_child_process) == ECHILD, ""); in main()
/external/libcxx/include/
Dsystem_error156 no_child_process, // ECHILD
288 no_child_process = ECHILD,