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

Method Notification

tests/gtest/gtest.h:1453–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451class Notification {
1452 public:
1453 Notification() : notified_(false) {
1454 GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr));
1455 }
1456 ~Notification() {
1457 pthread_mutex_destroy(&mutex_);
1458 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected