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

Remove itt_notify module #1290

Merged
merged 4 commits into from
Nov 13, 2024
Merged

Remove itt_notify module #1290

merged 4 commits into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. Remove itt_notify module

    msimberg committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9f7798c View commit details
    Browse the repository at this point in the history
  2. Set short thread name for pthread_setname

    Abbreviate thread name to "pika/<first char of context>/<first char of pool name>/<local thread
    index>", e.g. "pika/w/d/3" for the fourth worker thread on the [d]efault pool, which is a [w]orker
    thread.
    msimberg committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    317b749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae96c26 View commit details
    Browse the repository at this point in the history
  4. Use internal thread name for APEX and Tracy to make sure the C-string…

    …s are backed by static strings
    msimberg committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8cd2180 View commit details
    Browse the repository at this point in the history