Searched refs:notask_error (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Dexit.h22 int notask_error; member in struct:wait_opts
H A Dexit.c1355 * -ECHILD should be in ->notask_error before the first call.
1358 * then ->notask_error is 0 if @p is an eligible child,
1382 * we should clear notask_error, debugger will notify us.
1385 wo->notask_error = 0;
1420 * falling through. Clearing of notask_error is complex.
1424 * If WEXITED is set, notask_error should naturally be
1436 * Clear notask_error if WCONTINUED | WEXITED.
1439 wo->notask_error = 0;
1445 wo->notask_error = 0;
1467 * -ECHILD should be in ->notask_error befor
[all...]

Completed in 135 milliseconds