libnx/nx/source/kernel
2020-04-27 13:46:55 +02:00
..
barrier.c Critical fix in new barrier impl 2019-02-23 21:09:41 +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 svc: change TitleId to ProgramId 2019-10-28 12:17:55 +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 Update outdated comments and naming in jit.h/c 2020-04-27 13:46:55 +02:00
mutex.c Fix mutexUnlock 2018-06-25 11:12:45 -04:00
random.c fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02: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 shmemMap: Fix invalid libnx result 2020-04-10 17:16:57 +02:00
svc.s svc: QueryIoMapping ABI change in 10.x 2020-04-14 21:29:38 +02:00
thread.c thread: add threadGetSelf(), add main thread to thread list. (#392) 2020-04-07 01:47:06 +02: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 fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02: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