libnx/nx/source/kernel
2021-01-17 17:48:08 +01:00
..
barrier.c Critical fix in new barrier impl 2019-02-23 21:09:41 +01:00
condvar.c results: use R_VALUE for comparisons 2020-12-01 02:26:26 +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 virtmem: Add memory reservation system 2020-10-30 16:07:38 +01:00
levent.c svcBreak: fix prototype, add and use BreakReason enum 2020-10-27 12:27:31 +01:00
mutex.c svcBreak: fix prototype, add and use BreakReason enum 2020-10-27 12:27:31 +01:00
random.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
rwlock.c rwlock: revamp completely (#350) 2019-12-03 23:16:40 +01: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 virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
svc.s Add svcGetResourceLimitPeakValue [11.0.0+] 2020-12-01 13:49:15 +01:00
thread.c thread: Allow user override of automatic stack memory allocation 2021-01-17 17:48:08 +01:00
tmem.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01: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 Delete old virtmem API 🦀🦀 2021-01-17 17:05:29 +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