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

Fix for data races when threads are dynamically created #49

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2020

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

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    e1f66bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e518cf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed9c89a View commit details
    Browse the repository at this point in the history
  4. fixed some parts

    jklinkenberg committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    74fefb3 View commit details
    Browse the repository at this point in the history
  5. fixed some races

    jklinkenberg committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1f01c58 View commit details
    Browse the repository at this point in the history
  6. fixed type

    jklinkenberg committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8f3b712 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. hopefully fixed data races. at least for my workloads it works now wi…

    …thout a crash or seg fault also with high number of threads
    jklinkenberg committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    05528e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

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