Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ wait
Method
wait
tensorflow/core/platform/default/mutex.cc:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void condition_variable::wait(mutex_lock &lock) {
93
nsync::nsync_cv_wait(cv_cast(&cv_), mu_cast(&lock.mutex()->mu_));
94
}
95
96
void condition_variable::notify_one() { nsync::nsync_cv_signal(cv_cast(&cv_)); }
97
Callers
15
validate_cuda_config
Function · 0.45
TestThreadRun
Function · 0.45
ThreadRun
Function · 0.45
main
Function · 0.45
InitializeMPIOnce
Function · 0.45
InitializeMPIOnce
Function · 0.45
testKinesisDatasetOneShard
Method · 0.45
testKinesisDatasetTwoShards
Method · 0.45
_mock_run_std_server
Method · 0.45
_test_simple_increment
Method · 0.45
_test_minimize_loss_graph
Method · 0.45
main
Function · 0.45
Calls
3
cv_cast
Function · 0.85
mu_cast
Function · 0.85
mutex
Method · 0.45
Tested by
12
TestThreadRun
Function · 0.36
testKinesisDatasetOneShard
Method · 0.36
testKinesisDatasetTwoShards
Method · 0.36
_mock_run_std_server
Method · 0.36
_test_simple_increment
Method · 0.36
_test_minimize_loss_graph
Method · 0.36
AwaitState
Method · 0.36
BM_AllocationThreaded
Function · 0.36
RunCollective
Method · 0.36
BlockUntilClosuresDone
Method · 0.36
WaitForTestCompletion
Method · 0.36
ValidateCollectiveParams
Method · 0.36