/external/bcc/tests/cc/ |
D | test_usdt_probes.cc | 98 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/ |
D | tasks.json | 10 // ${cwd}: the current working directory of the spawned process
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformAppleSimulator.cpp | 68 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/ |
D | README.md | 5 Two threads are spawned that produce messages to be sent to the broker,
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 344 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/ |
D | gtest-death-test.cc | 392 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/ |
D | gtest-death-test.cc | 408 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/ |
D | control.memory_qual | 18 threads are spawned which draw pages from an empty queue and a valid queue, and
|
D | control.hwqual | 18 threads are spawned which draw pages from an empty queue and a valid queue, and
|
D | control | 18 threads are spawned which draw pages from an empty queue and a valid queue, and
|
/external/autotest/client/site_tests/security_ProcessManagementPolicy/ |
D | control | 14 can be switched to by processes spawned under the restricted UID.
|
/external/perfetto/src/profiling/memory/ |
D | CHANGELOG.md | 19 or only for newly spawned ones using `no_startup` or `no_running` in
|
/external/llvm-project/compiler-rt/test/lsan/TestCases/Darwin/ |
D | dispatch.mm | 1 // Test for threads spawned with wqthread_start
|
/external/googletest/googletest/src/ |
D | gtest-death-test.cc | 416 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/ |
D | gtest-death-test.cc | 415 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/ |
D | gtest-death-test.cc | 409 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/ |
D | gtest-death-test.cc | 414 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/ |
D | README.md | 28 // A future that will be spawned.
|
/external/perfetto/test/stress_test/ |
D | README.md | 32 re-spawned for each test.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 109 " If non-zero, a background thread is spawned at startup" 114 " If non-zero, a background thread is spawned at startup"
|
/external/gflags/src/ |
D | gflags.h.in | 71 // 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/ |
D | pty.rst | 47 spawned behind the pty will eventually terminate, and when it does *spawn*
|
/external/autotest/server/hosts/drone_api_client/ |
D | common.proto | 26 // A tty is not spawned for the command.
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.rocm | 85 # 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/ |
D | fork_posix.pyx.pxi | 32 # Python-spawned threads into user code (e.g., callbacks for asynchronous RPCs)
|