MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / condition_variable

Method condition_variable

tensorflow/core/platform/default/mutex.cc:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88condition_variable::condition_variable() {
89 nsync::nsync_cv_init(cv_cast(&cv_));
90}
91
92void condition_variable::wait(mutex_lock &lock) {
93 nsync::nsync_cv_wait(cv_cast(&cv_), mu_cast(&lock.mutex()->mu_));

Callers

nothing calls this directly

Calls 1

cv_castFunction · 0.85

Tested by

no test coverage detected