| 1968 | has_owner_ = false; |
| 1969 | } |
| 1970 | ~Mutex() { |
| 1971 | GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_destroy(&mutex_)); |
| 1972 | } |
| 1973 | |
| 1974 | private: |
| 1975 | GTEST_DISALLOW_COPY_AND_ASSIGN_(Mutex); |
nothing calls this directly
no outgoing calls
no test coverage detected