libnx/nx/source/kernel
2018-08-11 15:01:12 +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 Fix data race by reordering in _CacheValues 2018-07-22 17:03:36 +02:00
event.c Event bringup 2018-08-05 13:23:08 +02:00
jit.c 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.c Fix mutexUnlock 2018-06-25 11:12:45 -04:00
random.c Document kernel/: detect.h, jit.h, mutex.h, random.h, rwlock.h 2018-02-10 22:40:11 +01:00
rwlock.c This looks better 2018-01-22 20:11:55 +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 Document kernel/: shmem.h, thread.h, tmem.h, virtmem.h 2018-02-10 22:40:11 +01:00
svc.s Add svcGetThreadCoreMask and svcSetThreadCoreMask 2018-08-05 14:30:08 +02:00
thread.c This looks better 2018-01-22 20:11:55 +01:00
tmem.c Fix memory leak in tmemCreate 2018-08-11 15:01:12 +02:00
virtmem.c This looks better 2018-01-22 20:11:55 +01:00