Home
last modified time | relevance | path

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

123

/external/bcc/tests/cc/
Dtest_usdt_probes.cc98 if (spawned()) { in ChildProcess()
106 if (spawned()) { in ~ChildProcess()
114 bool spawned() const { return pid_ > 0; } in spawned() function in ChildProcess
226 if (!ruby.spawned())
/external/swiftshader/.vscode/
Dtasks.json10 // ${cwd}: the current working directory of the spawned process
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp68 auto spawned = device.Spawn(launch_info); in LaunchProcess() local
70 if (spawned) { in LaunchProcess()
71 launch_info.SetProcessID(spawned.GetPID()); in LaunchProcess()
74 return spawned.GetError(); in LaunchProcess()
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
DREADME.md5 Two threads are spawned that produce messages to be sent to the broker,
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc344 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl
494 if (!spawned()) in Passed()
602 if (!spawned()) in Wait()
766 if (!spawned()) in Wait()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc392 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl
542 if (!spawned()) in Passed()
651 if (!spawned()) in Wait()
811 if (!spawned()) in Wait()
/external/libvpx/libvpx/third_party/googletest/src/src/
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()
/external/autotest/client/site_tests/hardware_SAT/
Dcontrol.memory_qual18 threads are spawned which draw pages from an empty queue and a valid queue, and
Dcontrol.hwqual18 threads are spawned which draw pages from an empty queue and a valid queue, and
Dcontrol18 threads are spawned which draw pages from an empty queue and a valid queue, and
/external/autotest/client/site_tests/security_ProcessManagementPolicy/
Dcontrol14 can be switched to by processes spawned under the restricted UID.
/external/perfetto/src/profiling/memory/
DCHANGELOG.md19 or only for newly spawned ones using `no_startup` or `no_running` in
/external/llvm-project/compiler-rt/test/lsan/TestCases/Darwin/
Ddispatch.mm1 // Test for threads spawned with wqthread_start
/external/googletest/googletest/src/
Dgtest-death-test.cc416 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl
571 if (!spawned()) in Passed()
682 if (!spawned()) in Wait()
883 if (!spawned()) in Wait()
1096 if (!spawned()) in Wait()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc415 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl
570 if (!spawned()) in Passed()
681 if (!spawned()) in Wait()
882 if (!spawned()) in Wait()
1097 if (!spawned()) in Wait()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc409 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl
558 if (!spawned()) return false; in Passed()
672 if (!spawned()) return 0; in Wait()
862 if (!spawned()) return 0; in Wait()
1071 if (!spawned()) return 0; in Wait()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-death-test.cc414 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl
569 if (!spawned()) in Passed()
680 if (!spawned()) in Wait()
880 if (!spawned()) in Wait()
1083 if (!spawned()) in Wait()
/external/rust/crates/async-task/
DREADME.md28 // A future that will be spawned.
/external/perfetto/test/stress_test/
DREADME.md32 re-spawned for each test.
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc109 " If non-zero, a background thread is spawned at startup"
114 " If non-zero, a background thread is spawned at startup"
/external/gflags/src/
Dgflags.h.in71 // or even before, main() -- that is, before threads are spawned.
183 // Thread-hostile; meant to be called before any threads are spawned.
332 // Thread-hostile; meant to be called before any threads are spawned.
337 // Thread-hostile; meant to be called before any threads are spawned.
372 // are spawned.
/external/python/cpython3/Doc/library/
Dpty.rst47 spawned behind the pty will eventually terminate, and when it does *spawn*
/external/autotest/server/hosts/drone_api_client/
Dcommon.proto26 // A tty is not spawned for the command.
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rocm85 # not getting set in the build command being spawned by bazel (in theory this should not happen)
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dfork_posix.pyx.pxi32 # Python-spawned threads into user code (e.g., callbacks for asynchronous RPCs)

123