|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.165, 2008/07/07 12:27:19 | version 1.166, 2008/07/09 02:43:53 | ||
|---|---|---|---|
|
|
||
| if (pp->pr_flags & PR_WANTED) { | if (pp->pr_flags & PR_WANTED) { | ||
| pp->pr_flags &= ~PR_WANTED; | pp->pr_flags &= ~PR_WANTED; | ||
| if (ph->ph_nmissing == 0) | |||
| pp->pr_nidle++; | |||
| cv_broadcast(&pp->pr_cv); | cv_broadcast(&pp->pr_cv); | ||
| return; | |||
| } | } | ||
| /* | /* |