Searched refs:pids (Results 1 – 2 of 2) sorted by relevance
/hurd/ |
A D | hurdprio.c | 30 pid_t pidbuf[npids], *pids = pidbuf; in _hurd_priority_which_map() local 46 err = __USEPORT (PROC, __proc_getpgrppids (port, who, &pids, &npids)); in _hurd_priority_which_map() 48 err = (*function) (pids[i], 0); in _hurd_priority_which_map() 54 err = __USEPORT (PROC, __proc_getallpids (port, &pids, &npids)); in _hurd_priority_which_map() 62 err = __USEPORT (PROC, __proc_getprocinfo (port, pids[i], in _hurd_priority_which_map() 76 err = (*function) (pids[i], pip); in _hurd_priority_which_map() 82 if (pids != pidbuf) in _hurd_priority_which_map() 83 __munmap (pids, npids * sizeof pids[0]); in _hurd_priority_which_map()
|
A D | hurdkill.c | 55 pid_t pidsbuf[10], *pids = pidsbuf; in _hurd_sig_post() local 57 err = __proc_getpgrppids (proc, - pid, &pids, &npids); in _hurd_sig_post() 62 if (pids[i] == _hurd_pid) in _hurd_sig_post() 68 kill_pid (pids[i]); in _hurd_sig_post() 73 if (pids != pidsbuf) in _hurd_sig_post() 75 (vm_address_t) pids, npids * sizeof (pids[0])); in _hurd_sig_post()
|
Completed in 5 milliseconds