MCPcopy Create free account
hub / github.com/apache/singa / Notification

Method Notification

test/gtest/gtest.h:2311–2313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2309class Notification {
2310 public:
2311 Notification() : notified_(false) {
2312 GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, NULL));
2313 }
2314 ~Notification() {
2315 pthread_mutex_destroy(&mutex_);
2316 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected