HomeSort by relevance Sort by last modified time
    Searched refs:owner_thread_id_ (Results 1 - 10 of 10) sorted by null

  /external/googletest/googletest/src/
gtest-port.cc 239 : owner_thread_id_(0),
262 owner_thread_id_ = ::GetCurrentThreadId();
267 // We don't protect writing to owner_thread_id_ here, as it's the
270 owner_thread_id_ = 0;
278 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId())
282 // Initializes owner_thread_id_ and critical_section_ in static mutexes.
291 owner_thread_id_ = 0;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 239 : owner_thread_id_(0),
262 owner_thread_id_ = ::GetCurrentThreadId();
267 // We don't protect writing to owner_thread_id_ here, as it's the
270 owner_thread_id_ = 0;
278 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId())
282 // Initializes owner_thread_id_ and critical_section_ in static mutexes.
291 owner_thread_id_ = 0;
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 221 : owner_thread_id_(0),
244 owner_thread_id_ = ::GetCurrentThreadId();
249 // We don't protect writing to owner_thread_id_ here, as it's the
252 owner_thread_id_ = 0;
260 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId())
264 // Initializes owner_thread_id_ and critical_section_ in static mutexes.
273 owner_thread_id_ = 0;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 199 owner_thread_id_(0),
221 owner_thread_id_ = ::GetCurrentThreadId();
226 // We don't protect writing to owner_thread_id_ here, as it's the
229 owner_thread_id_ = 0;
237 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId())
241 // Initializes owner_thread_id_ and critical_section_ in static mutexes.
250 owner_thread_id_ = 0;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 199 owner_thread_id_(0),
221 owner_thread_id_ = ::GetCurrentThreadId();
226 // We don't protect writing to owner_thread_id_ here, as it's the
229 owner_thread_id_ = 0;
237 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId())
241 // Initializes owner_thread_id_ and critical_section_ in static mutexes.
250 owner_thread_id_ = 0;
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 1732 unsigned int owner_thread_id_; member in class:testing::internal::Mutex
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 1703 unsigned int owner_thread_id_; member in class:testing::internal::Mutex
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 1689 unsigned int owner_thread_id_; member in class:testing::internal::Mutex
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1436 unsigned int owner_thread_id_; member in class:testing::internal::Mutex
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1436 unsigned int owner_thread_id_; member in class:testing::internal::Mutex
    [all...]

Completed in 791 milliseconds