libnx/nx/source/kernel
2019-02-23 21:05:39 +01:00
..
barrier.c barrier: More efficient impl, maybe 2019-02-23 21:05:39 +01:00
condvar.c Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit 2018-08-05 14:31:31 +02:00
detect.c Introduce hosversion.h - HOS version detection utilities 2019-02-18 21:48:41 +01:00
event.c Move waiterForXyz() functions to Xyz's header file. Implement waiter for (kernel mode) Event, and use it instead. 2018-12-17 16:06:23 +01:00
jit.c Improve names/documentation for jit kernel patch functions in detect.h/c + codestylefixes 2019-02-16 16:42:08 +01:00
mutex.c Fix mutexUnlock 2018-06-25 11:12:45 -04:00
random.c Add RandomSeed (14) homebrew ABI key and related handling 2018-10-17 17:17:05 +02:00
rwlock.c Add rwlockInit (#155) 2018-08-24 16:20:01 +02:00
semaphore.c Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit 2018-08-05 14:31:31 +02:00
shmem.c Document kernel/: shmem.h, thread.h, tmem.h, virtmem.h 2018-02-10 22:40:11 +01:00
svc.s kernel/svc: Correct SVC instruction values for svcMapPhysicalMemory and svcUnmapPhysicalMemory 2018-12-07 12:19:16 +01:00
thread.c wait: Introduce wait for raw handles too 2018-12-17 16:06:23 +01:00
tmem.c Removed the buffer memset from tmemCreateFromMemory, tmemCreateFromMemory should not write to the user buffer. 2018-12-23 22:18:24 -05:00
uevent.c Generalize Waitable, moving UEvent/UTimer specific code into a vtable. 2018-12-17 16:06:23 +01:00
utimer.c Finishing touches to user-mode synchronization primitives 2018-12-17 16:06:23 +01:00
virtmem.c Change all services except fatal to use hosversion* instead of kernelAboveXYZ 2019-02-18 21:48:49 +01:00
wait.c Finishing touches to user-mode synchronization primitives 2018-12-17 16:06:23 +01:00
wait.h Generalize Waitable, moving UEvent/UTimer specific code into a vtable. 2018-12-17 16:06:23 +01:00