Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some concepts related to exit(3) #17

Merged
merged 6 commits into from
Jan 19, 2023
Merged

Add some concepts related to exit(3) #17

merged 6 commits into from
Jan 19, 2023

Commits on Jan 4, 2023

  1. Add some concepts related to exit(3)

    * Introduce wasi_thread_exit
    
    * Introduce thread group and its exit status
    yamt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2b7fb32 View commit details
    Browse the repository at this point in the history
  2. Rename thread group to process

    It's a more commen name and matches "proc" in `proc_exit`.
    yamt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ccc5811 View commit details
    Browse the repository at this point in the history
  3. Remove thread_exit for now

    yamt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ec8172d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. try to make a sentence less odd

    yamt committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    dc1ac30 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. english improvements

    yamt committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f74d69d View commit details
    Browse the repository at this point in the history
  2. english improvement

    yamt committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c732034 View commit details
    Browse the repository at this point in the history