Home
last modified time | relevance | path

Searched refs:spawned (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/kyua/utils/process/
H A Dchild.ipp52 /// \throw process::system_error If the process cannot be spawned due to a
85 /// \throw process::system_error If the process cannot be spawned due to a
H A Dexecutor.ipp147 /// thus the new subprocess spawned by this function will run with the same
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc408 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl
558 if (!spawned()) in Passed()
672 if (!spawned()) in Wait()
875 if (!spawned()) in Wait()
1025 if (!spawned()) in Wait()
/freebsd-13.1/contrib/libfido2/
H A DNEWS58 ** hid_osx: allow reads from spawned threads.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc131 " If non-zero, a background thread is spawned at startup"
136 " If non-zero, a background thread is spawned at startup"
/freebsd-13.1/usr.sbin/cron/doc/
H A DCHANGES30 A heck of a lot of them were left open in spawned jobs, which caused problems
31 for the daemon and also caused problems with the spawned jobs if they were
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_alert_type_string.pod211 appropriate would be where a server has spawned a process to
/freebsd-13.1/contrib/atf/
H A DNEWS220 processes spawned by atf, not only test programs, which caused breakage
/freebsd-13.1/contrib/tcp_wrappers/
H A DREADME76 Requirements are that network daemons are spawned by a super server
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dadvanced.md838 * On Windows, the child is spawned using the `CreateProcess()` API, and