rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Semaphores wait/signal performance

Description

A counting semaphore is taken/released into a continuous loop, no Context Switch happens because the counter is always non negative.
The performance is calculated by measuring the number of iterations after a second of continuous operations.