Searched refs:Wait (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/unit/control/wait/
H A Dwait.cpp71 SC_MODULE(Wait) {
72 SC_CTOR(Wait) : clk( "clk", 10, SC_US, 0.5, 100, SC_US) {
82 SC_WAITN(delay); // Wait some time
85 SC_WAIT(); // Wait for clk
100 Wait w("dut");
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc628 virtual int Wait();
650 int WindowsDeathTest::Wait() { function in class:testing::internal::WindowsDeathTest
654 // Wait until the child either signals that it has acquired the write end
792 virtual int Wait();
810 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc909 // The value a MockDeathTest will return from its Wait method.
916 // Number of times Wait was called.
947 virtual int Wait() { function in class:MockDeathTest

Completed in 12 milliseconds