commit | 653ccec26dd3f9942ac258c43be0edb93e16dfba | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@bsdimp.com> | Sun Sep 19 01:11:43 2021 -0600 |
committer | Warner Losh <imp@bsdimp.com> | Mon Oct 18 12:51:39 2021 -0600 |
tree | c0f27c4d94847f7b2257316f8cbb3c41fa03cdec | |
parent | 7aac7392346d1f5bb9fc31cb7e4f3f1f3fc2be05 [diff] |
bsd-user: Add stop_all_tasks Similar to the same function in linux-user: this stops all the current tasks. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Kyle Evans <kevans@FreeBSD.org>