libnx/nx/include/switch/kernel
2019-05-03 14:32:02 +02:00
..
barrier.h barrier: More efficient impl, maybe 2019-02-23 21:05:39 +01:00
condvar.h Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit 2018-08-05 14:31:31 +02:00
detect.h Introduce hosversion.h - HOS version detection utilities 2019-02-18 21:48:41 +01:00
event.h Miscellaneous documentation fixes 2019-05-03 14:32:02 +02:00
ipc.h kernel/ipc: Resolve missing initializer warnings 2019-04-16 00:54:20 +02:00
jit.h In jitTransitionToWritable() and jitTransitionToExecutable(), only run the JitType_CodeMemory handling code when it's actually needed. Actually free j->rx_addr in jitClose() for JitType_JitMemory. 2018-05-21 16:59:49 -04:00
mutex.h Change type of TryLock to bool 2018-02-28 18:22:28 +01:00
random.h Document kernel/: detect.h, jit.h, mutex.h, random.h, rwlock.h 2018-02-10 22:40:11 +01:00
rwlock.h rwlock: Move over to condvar implementation. (#255) 2019-03-28 23:53:04 +01:00
semaphore.h Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit 2018-08-05 14:31:31 +02:00
shmem.h Documentation: address second batch of comments (#38) 2018-02-10 22:40:11 +01:00
svc.h Implement svcQueryProcessMemory 2019-04-21 13:48:59 +02:00
thread.h Implement TLS slot support (with destructors) 2019-03-29 18:40:26 +01:00
tmem.h Add tmemCreateFromMemory 2018-12-20 16:12:22 +01:00
uevent.h Fixed doxygen issues / improved docs. Closes #230. 2019-02-19 16:56:33 -05:00
utimer.h Fix typo 2018-12-17 16:18:28 +01:00
virtmem.h virtmem: Fix stack region mapping on 1.0.0 2018-10-22 22:34:11 +02:00
wait.h Finishing touches to user-mode synchronization primitives 2018-12-17 16:06:23 +01:00