HomeSort by: relevance | last modified time | path
    Searched refs:spawned (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 415 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
441 // True if the death test child process has been successfully spawned.
570 if (!spawned())
681 if (!spawned())
882 if (!spawned())
1097 if (!spawned())
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
XFile.pm 219 that we are spawned from a parallel C<make>.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
core.d 3046 Thread[] spawned;
3050 spawned ~= new Thread({
3054 spawned[$-1].start();
3057 foreach (t; spawned)

Completed in 20 milliseconds