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

Method Wait

tensorflow/core/platform/posix/subprocess.cc:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool SubProcess::Wait() {
284 int status;
285 return WaitInternal(&status);
286}
287
288bool SubProcess::WaitInternal(int* status) {
289 // The waiter must release proc_mu_ while waiting in order for Kill() to work.

Callers 15

ComputeMethod · 0.45
ParallelForFunction · 0.45
AlarmLoopFunction · 0.45
WaitAndLogIfStuckFunction · 0.45
WaitAndLogIfStuckFunction · 0.45
XLA_TEST_FFunction · 0.45
RealMainFunction · 0.45
TESTFunction · 0.45
PredictCostsMethod · 0.45
CloseRemoteContextsMethod · 0.45

Calls

no outgoing calls

Tested by 5

XLA_TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36