vsync / thread / mutex
Different implementations of user-space mutex.
File Index
| File | Description |
|---|---|
| vsync/thread/mutex/musl.h | A simplified version of the mutex algorithm in musl libc. |
| vsync/thread/mutex/slim.h | Slim 3-state futex. |
| vsync/thread/mutex/tristate.h | 3-state mutex. |