|
| | barrier.h |
| | Multi-threading Barrier.
|
| |
| | condvar.h |
| | Condition variable synchronization primitive.
|
| |
| | detect.h |
| | Kernel capability detection.
|
| |
| | event.h |
| | Kernel-mode event synchronization primitive.
|
| |
| | jit.h |
| | Just-in-time compilation support.
|
| |
| | levent.h |
| | Light event synchronization primitive [4.0.0+].
|
| |
| | mutex.h |
| | Mutex synchronization primitive.
|
| |
| | random.h |
| | OS-seeded pseudo-random number generation support (ChaCha algorithm).
|
| |
| | rwlock.h |
| | Read/write lock synchronization primitive.
|
| |
| | semaphore.h |
| | Thread synchronization based on Mutex.
|
| |
| | shmem.h |
| | Shared memory object handling.
|
| |
| | svc.h |
| | Wrappers for kernel syscalls.
|
| |
| | thread.h |
| | Multi-threading support.
|
| |
| | tmem.h |
| | Transfer memory handling.
|
| |
| | uevent.h |
| | User-mode event synchronization primitive.
|
| |
| | utimer.h |
| | User-mode timer synchronization primitive.
|
| |
| | virtmem.h |
| | Virtual memory mapping utilities.
|
| |
| | wait.h |
| | User mode synchronization primitive waiting operations.
|
| |