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

Thread names #256

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Thread names #256

merged 3 commits into from
Jan 8, 2024

Commits on Jan 5, 2024

  1. Add library function to set thread names

    Unfortunately various systems use different function prototype, and on
    Glibc it requires #define _GNU_SOURCE.
    pspacek committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    54e641d View commit details
    Browse the repository at this point in the history
  2. Set thread names for dnsperf

    - `dnsperf`:
      - Set thread names to distinguish send and recv side
    pspacek committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    17c680d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. thread names

    - `os`: Move/rename thread set names function, don't include `config.h` in header files
    - `dnsperf`: Set thread name to `dnsperf-...`
    jelu committed Jan 8, 2024
    3 Configuration menu
    Copy the full SHA
    8bdd480 View commit details
    Browse the repository at this point in the history