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
    cbe2a880
    [test] add AlarmActorTest · cbe2a880
    Florian Fischer authored
    Introduce a new Actor test using BinaryPrivateSemaphores and an Actor.
    Multiple fibers are created which create a BPS on the stack, submit it to the actor
    and wait on the semaphore.
    The Actor simply signals each semaphore it receives.
    cbe2a880
    History
    [test] add AlarmActorTest
    Florian Fischer authored
    Introduce a new Actor test using BinaryPrivateSemaphores and an Actor.
    Multiple fibers are created which create a BPS on the stack, submit it to the actor
    and wait on the semaphore.
    The Actor simply signals each semaphore it receives.