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.c1356 * -ECHILD should be in ->notask_error before the first call.
1359 * then ->notask_error is 0 if @p is an eligible child,
1383 * we should clear notask_error, debugger will notify us.
1386 wo->notask_error = 0;
1421 * falling through. Clearing of notask_error is complex.
1425 * If WEXITED is set, notask_error should naturally be
1437 * Clear notask_error if WCONTINUED | WEXITED.
1440 wo->notask_error = 0;
1446 wo->notask_error = 0;
1468 * -ECHILD should be in ->notask_error befor
[all...]

Completed in 161 milliseconds