libnx/nx/source/kernel
2018-12-13 02:52:02 +01:00
..
barrier.c barrier implementation using semaphores (#186) 2018-10-23 21:19:26 +02: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 Revert "detect: Detect firmware during lib init, inline version checks" 2018-12-13 00:29:27 +01:00
event.c arm: Rename armTickToNs(), etc 2018-10-28 17:37:56 +01:00
jit.c Fixed swapped params for memalign in jitCreate(). 2018-10-17 14:47:14 -04: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 Update svcGetDebugThreadContext, add svcSetDebugThreadContext, implement threadDumpContext 2018-09-18 01:13:55 +02:00
thread.c virtmem: Fix stack region mapping on 1.0.0 2018-10-22 22:34:11 +02:00
tmem.c Fix memory leak in tmemCreate 2018-08-11 15:01:12 +02:00
uevent.c utimer: Add TimerType_OneShot 2018-12-13 02:52:02 +01:00
uevent.h wait: Final implementation 2018-12-13 00:07:24 +01:00
utimer.c utimer: Add TimerType_OneShot 2018-12-13 02:52:02 +01:00
utimer.h wait: Final implementation 2018-12-13 00:07:24 +01:00
virtmem.c virtmem: Fix minor regression 2018-10-23 04:07:01 +02:00
wait.c wait: Doxygen 2018-12-13 00:48:51 +01:00
wait.h wait: Fix a race 2018-12-13 01:01:42 +01:00