Skip to content
Snippets Groups Projects
Forked from Lehrstuhl für Informatik 4 (Systemsoftware) / manycore / emper
Source project has a limited visibility.
Florian Fischer's avatar
Florian Fischer authored
I could not figure out a non-CAS algorithm for WorkerWakeupStrategy::one
therefore we use a CAS loop and have to see how expensive it is.

Using a eventfd has the advantage that we can't loose wakeups.
If a worker registers it self sleeping by incrementing sleepingWorkers
and another calls write before the first calls read the first will
not block at all.
dae18a8e
History
Name Last commit Last update