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