Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
os_reap_child
arch/um/include/shared/os.h
200
pid_t os_reap_child(void);
arch/um/kernel/skas/mmu.c
119
while ((pid = os_reap_child()) > 0) {