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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 343 critical_section_init_phase_(0),
421 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) {
423 // If critical_section_init_phase_ was 0 before the exchange, we
434 // Updates the critical_section_init_phase_ to 2 to signal
437 &critical_section_init_phase_, 2L, 1L) ==
443 while (::InterlockedCompareExchange(&critical_section_init_phase_,
457 << "Unexpected value of critical_section_init_phase_ "
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1400 long critical_section_init_phase_; // NOLINT member in class:testing::internal::Mutex

Completed in 37 milliseconds