Searched refs:wait_child (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-state-manager/ |
| H A D | obmcutil | 166 wait_child=$! 175 kill $wait_child 178 if ! wait $wait_child; then
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-bdrv-drain.c | 955 BdrvChild *wait_child; member 974 return bdrv_co_preadv(tts->wait_child, offset, bytes, qiov, flags); in bdrv_test_top_co_preadv() 1011 bdrv_co_preadv(tts->wait_child, 0, 65536, &qiov, 0); in test_co_delete_by_drain() 1070 tts->wait_child = bdrv_attach_child(bs, child_bs, "wait-child", in do_test_delete_by_drain()
|