Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void mutex::unlock_shared() { nsync::nsync_mu_runlock(mu_cast(&mu_)); }
56
57
// A callback suitable for nsync_mu_wait() that calls Condition::Eval().
58
static int EvaluateCondition(const void *vcond) {
Callers
3
Compute
Method · 0.80
~TensibleVariableHolder
Method · 0.80
UNLOCK_FUNCTION
Function · 0.80
Calls
1
mu_cast
Function · 0.85
Tested by
no test coverage detected