Searched refs:pids (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/hurd/ |
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()
|
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()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | kill.c | 119 pid_t pidbuf[10], *pids = pidbuf; in __kill() local 122 err = __proc_getpgrppids (proc, - pid, &pids, &npids); in __kill() 127 kill_pid (pids[i]); in __kill() 132 if (pids != pidbuf) in __kill() 134 (vm_address_t) pids, npids * sizeof (pids[0])); in __kill()
|
/glibc-2.36/stdlib/ |
D | tst-arc4random-fork.c | 119 pid_t pids[subprocesses]; in do_test_func() local 123 pids[process_index] = xfork (); in do_test_func() 124 if (pids[process_index] == 0) in do_test_func() 139 xwaitpid (pids[process_index], &status, 0); in do_test_func() 142 process_index, (int) pids[process_index], status); in do_test_func()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 1332 kill_pid of individual pids, unless from all of them.
|
D | ChangeLog.23 | 24327 (pthread-pids.h): Remove include. 24329 * nptl/pthread-pids.h: Delete file. 24345 * sysdeps/unix/sysv/linux/pthread-pids.h: Delete file.
|
D | ChangeLog.18 | 14317 * sysdeps/unix/sysv/linux/pthread-pids.h (__pthread_initialize_pids): 37142 * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low 37709 * sysdeps/nacl/pthread-pids.h: New file. 37710 * sysdeps/nacl/createthread.c: Include <pthread-pids.h>. 37713 * nptl/pthread-pids.h: New file. 37714 * sysdeps/unix/sysv/linux/pthread-pids.h: New file. 37715 * nptl/nptl-init.c: Include <pthread-pids.h>.
|