Home
last modified time | relevance | path

Searched refs:pid2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsyslog87 pid2=`pidof klogd`
90 waitpid $pid2
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c415 pid_t pid1, pid2; in test_clone() local
424 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()
431 wait_for_child(pid2); in test_clone()