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

Function UNLOCK_FUNCTION

tensorflow/core/platform/mutex.h:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 ml.mu_ = nullptr;
164 }
165 ~mutex_lock() UNLOCK_FUNCTION() {
166 if (mu_ != nullptr) {
167 mu_->unlock();
168 }
169 }
170 mutex_type* mutex() { return mu_; }
171
172 explicit operator bool() const { return mu_ != nullptr; }

Callers 1

mutex.hFile · 0.70

Calls 2

unlock_sharedMethod · 0.80
unlockMethod · 0.45

Tested by

no test coverage detected