Skip to content
  • Stefan Lankes's avatar
    revise exit handling · 5a4802be
    Stefan Lankes authored
    A valid exit code means that a thread calls the system call `exit`.
    In this case, we have to terminate all threads like the behaviour of
    `exit`. This current version is the reason that PR
    `hermitcore/libhermit-rs#160` doesn't pass all tests.
    5a4802be