Searched refs:npids (Results 1 – 2 of 2) sorted by relevance
28 unsigned int npids, ntasks, nwin, nperm, nacces; in __setpriority() local38 ++npids; in __setpriority()69 --npids; in __setpriority()79 npids = ntasks = nwin = nperm = nacces = 0; in __setpriority()83 if (!err && npids == 0) in __setpriority()86 else if (nperm == npids) in __setpriority()
120 mach_msg_type_number_t i, npids = sizeof (pidbuf) / sizeof (pidbuf[0]); in __kill() local122 err = __proc_getpgrppids (proc, - pid, &pids, &npids); in __kill()125 for (i = 0; i < npids; ++i) in __kill()134 (vm_address_t) pids, npids * sizeof (pids[0])); in __kill()
Completed in 7 milliseconds