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

Method ~Notification

tests/gtest/gtest.h:1456–1458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454 GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr));
1455 }
1456 ~Notification() {
1457 pthread_mutex_destroy(&mutex_);
1458 }
1459
1460 // Notifies all threads created with this notification to start. Must
1461 // be called from the controller thread.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected