Skip to content
Snippets Groups Projects
Commit 3cde3e16 authored by Florian Fischer's avatar Florian Fischer
Browse files

[WorkerWakeupSemaphore] add three possible implementations

LockedSemaphore is the already existening Semaphore using
a mutex and a condition variable.
PosixMutex is a thin wrapper around a POSIX semaphore.
SpuriousFutexSemaphore is a atomic/futex based implementation
prune to spurious wakeups which is fine for the worker wakeup usecase.
parent f9f50145
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment