libnx/nx/include/switch/kernel
hexkyz f5918dec23 Implement svcGetThreadPriority.
Implement svcSetThreadPriority.
Implement svcGetCurrentProcessorNumber.
Implement svcSignalEvent.
Implement svcSendSyncRequestWithUserBuffer.
Implement svcSendAsyncRequestWithUserBuffer.
Implement svcGetThreadId.
Implement svcReplyAndReceiveWithUserBuffer.
Implement svcCreateEvent.
Implement svcReadWriteRegister.
Implement svcCreateInterruptEvent.
Implement svcMapDeviceAddressSpaceByForce.
Implement svcTerminateProcess.
Fix svcMapDeviceAddressSpaceAligned.
Fix svcUnmapDeviceAddressSpace.
2018-04-26 21:45:29 +01:00
..
condvar.h Document kernel/condvar.h 2018-02-10 22:40:11 +01:00
detect.h Detect 5.0.0 properly 2018-03-23 19:01:09 +01:00
ipc.h IPC: Improve information available in IpcParsedCommand (#72) 2018-04-22 01:14:46 +02:00
jit.h Document kernel/: detect.h, jit.h, mutex.h, random.h, rwlock.h 2018-02-10 22:40:11 +01:00
mutex.h Change type of TryLock to bool 2018-02-28 18:22:28 +01:00
random.h Document kernel/: detect.h, jit.h, mutex.h, random.h, rwlock.h 2018-02-10 22:40:11 +01:00
rwlock.h Document kernel/: detect.h, jit.h, mutex.h, random.h, rwlock.h 2018-02-10 22:40:11 +01:00
shmem.h Documentation: address second batch of comments (#38) 2018-02-10 22:40:11 +01:00
svc.h Implement svcGetThreadPriority. 2018-04-26 21:45:29 +01:00
thread.h Document kernel/: shmem.h, thread.h, tmem.h, virtmem.h 2018-02-10 22:40:11 +01:00
tmem.h Add missing include in tmem.h 2018-02-27 19:14:44 +01:00
virtmem.h Document kernel/: shmem.h, thread.h, tmem.h, virtmem.h 2018-02-10 22:40:11 +01:00