MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ~Mutex

Method ~Mutex

tests/gtest/gtest.h:1970–1972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected