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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2448 owner_ = pthread_self();
2454 // Since the lock is being released the owner_ field should no longer be
2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
2476 // has_owner_ indicates whether the owner_ field below contains a valid thread
2478 // accesses to the owner_ field should be protected by a check of this field.
2479 // An alternative might be to memset() owner_ to all zeros, but there's no
2483 pthread_t owner_; // The thread holding the mutex. member in class:std::tr1::MutexBase
2493 // particular, the owner_ field (a pthread_t) is not explicitly initialized.

Completed in 301 milliseconds