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

Method notify_one

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

Source from the content-addressed store, hash-verified

94}
95
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_));

Callers 15

EnqueueDestinationMethod · 0.80
~BackgroundWorkerMethod · 0.80
ScheduleMethod · 0.80
EnqueueTaskMethod · 0.80
LOCKS_EXCLUDEDMethod · 0.80
EnqueueMethod · 0.80
AddQueueMethod · 0.80
GetNextInternalMethod · 0.80
SetInputsMethod · 0.80
WorkerThreadMethod · 0.80
~GcsDnsCacheMethod · 0.80

Calls 1

cv_castFunction · 0.85

Tested by 1

CreateDoneCallbackMethod · 0.64