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

/external/chromium_org/testing/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/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 147 milliseconds