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

Method notify_all

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

Source from the content-addressed store, hash-verified

96void condition_variable::notify_one() { nsync::nsync_cv_signal(cv_cast(&cv_)); }
97
98void condition_variable::notify_all() {
99 nsync::nsync_cv_broadcast(cv_cast(&cv_));
100}
101
102namespace internal {
103std::cv_status wait_until_system_clock(

Callers 15

~AsyncFeatureStoreMgrMethod · 0.80
AddTaskMethod · 0.80
AddUpdateTaskMethod · 0.80
BackgroundThreadLoopFunction · 0.80
BackgroundThreadLoopFunction · 0.80
~RunCounterMethod · 0.80
execution_mode_testMethod · 0.80
generatorMethod · 0.80
waitMethod · 0.80

Calls 1

cv_castFunction · 0.85

Tested by 15

execution_mode_testMethod · 0.64
generatorMethod · 0.64
operator()Method · 0.64
MoveToStateMethod · 0.64
BM_AllocationThreadedFunction · 0.64
WaitTurnMethod · 0.64
DoneMethod · 0.64
RunCollectiveMethod · 0.64