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

Method unlock_shared

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

Source from the content-addressed store, hash-verified

53};
54
55void mutex::unlock_shared() { nsync::nsync_mu_runlock(mu_cast(&mu_)); }
56
57// A callback suitable for nsync_mu_wait() that calls Condition::Eval().
58static int EvaluateCondition(const void *vcond) {

Callers 3

ComputeMethod · 0.80
UNLOCK_FUNCTIONFunction · 0.80

Calls 1

mu_castFunction · 0.85

Tested by

no test coverage detected