Searched refs:childpids (Results 1 – 1 of 1) sorted by relevance
84 static pid_t *childpids; variable694 if ((childpids = malloc(maxprocs * sizeof(*childpids))) == NULL) in pids_init()721 childpids[slot] = pid; in pids_add()754 if (childpids[slot] == pid) in findslot()763 childpids[slot] = NOPID; in clearslot()