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 jl_getaffinity and jl_setaffinity #53402

Merged
merged 18 commits into from
May 25, 2024
Merged

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    28bc6f2 View commit details
    Browse the repository at this point in the history
  2. Update src/threading.c

    Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
    carstenbauer and vchuravy committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    02ca6df View commit details
    Browse the repository at this point in the history
  3. convention

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    303f23e View commit details
    Browse the repository at this point in the history
  4. fix

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a53ea15 View commit details
    Browse the repository at this point in the history
  5. rebase fix

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    64b14bf View commit details
    Browse the repository at this point in the history
  6. add todo regarding lock

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    276fb23 View commit details
    Browse the repository at this point in the history
  7. error if ptls is NULL

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6eb8c2e View commit details
    Browse the repository at this point in the history
  8. errors -> return values

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    77df902 View commit details
    Browse the repository at this point in the history
  9. fix

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c73b9d3 View commit details
    Browse the repository at this point in the history
  10. return libuv exit code

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e8c1316 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81bf8fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0575dad View commit details
    Browse the repository at this point in the history
  13. another test fix attempt

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6c83f7c View commit details
    Browse the repository at this point in the history
  14. test again

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c97f660 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    011e302 View commit details
    Browse the repository at this point in the history
  16. mask[begin] = 1

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    46bf57b View commit details
    Browse the repository at this point in the history
  17. drop windows test

    carstenbauer committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ff829a9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    58927d8 View commit details
    Browse the repository at this point in the history