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

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1857 has_owner_ = true;
1863 // considered valid. We don't protect writing to has_owner_ here, as it's
1866 has_owner_ = false;
1873 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
1884 // has_owner_ indicates whether the owner_ field below contains a valid thread
1890 bool has_owner_; member in class:testing::internal::MutexBase
1913 has_owner_ = false;
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1342 has_owner_ = true;
1348 // considered valid. We don't protect writing to has_owner_ here, as it's
1351 has_owner_ = false;
1358 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
1369 // has_owner_ indicates whether the owner_ field below contains a valid thread
1375 bool has_owner_; member in class:testing::internal::MutexBase
1398 has_owner_ = false;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2449 has_owner_ = true;
2455 // considered valid. We don't protect writing to has_owner_ here, as it's
2458 has_owner_ = false;
2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
2476 // has_owner_ indicates whether the owner_ field below contains a valid thread
2482 bool has_owner_; member in class:std::tr1::MutexBase
2505 has_owner_ = false;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2449 has_owner_ = true;
2455 // considered valid. We don't protect writing to has_owner_ here, as it's
2458 has_owner_ = false;
2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
2476 // has_owner_ indicates whether the owner_ field below contains a valid thread
2482 bool has_owner_; member in class:std::tr1::MutexBase
2505 has_owner_ = false;

Completed in 1482 milliseconds