Searched refs:critical_section_init_phase_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc241 critical_section_init_phase_(0),
287 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) {
289 // If critical_section_init_phase_ was 0 before the exchange, we
294 // Updates the critical_section_init_phase_ to 2 to signal
297 &critical_section_init_phase_, 2L, 1L) ==
303 while (::InterlockedCompareExchange(&critical_section_init_phase_,
317 << "Unexpected value of critical_section_init_phase_ "
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1695 long critical_section_init_phase_; // NOLINT member in class:testing::internal::Mutex

Completed in 17 milliseconds