| .. |
|
barrier.h
|
barrier implementation using semaphores (#186)
|
2018-10-23 21:19:26 +02:00 |
|
condvar.h
|
Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit
|
2018-08-05 14:31:31 +02:00 |
|
detect.h
|
detect: Detect firmware during lib init, inline version checks
|
2018-10-26 23:33:08 +02:00 |
|
event.h
|
kernel/event.h: several fixes, including autoclear support
|
2018-08-31 13:05:22 +02:00 |
|
ipc.h
|
Refactor service IPC to support domains.
|
2018-10-16 17:56:39 -04:00 |
|
jit.h
|
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.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
|
Add rwlockInit (#155)
|
2018-08-24 16:20:01 +02:00 |
|
semaphore.h
|
Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit
|
2018-08-05 14:31:31 +02:00 |
|
shmem.h
|
Documentation: address second batch of comments (#38)
|
2018-02-10 22:40:11 +01:00 |
|
svc.h
|
Updated wiki URLs.
|
2018-10-11 21:44:51 -04:00 |
|
thread.h
|
Add ThreadContext, RegisterGroup, svcGetThreadContext3, threadDumpContext
|
2018-09-18 01:13:55 +02:00 |
|
tmem.h
|
Add missing include in tmem.h
|
2018-02-27 19:14:44 +01:00 |
|
uevent.h
|
kernel: Introduce utimer, uevent, and waitN
|
2018-10-27 06:17:08 +02:00 |
|
utimer.h
|
kernel: Introduce utimer, uevent, and waitN
|
2018-10-27 06:17:08 +02:00 |
|
virtmem.h
|
virtmem: Fix stack region mapping on 1.0.0
|
2018-10-22 22:34:11 +02:00 |
|
wait.h
|
kernel: Introduce utimer, uevent, and waitN
|
2018-10-27 06:17:08 +02:00 |
|
waiter.h
|
kernel: Introduce utimer, uevent, and waitN
|
2018-10-27 06:17:08 +02:00 |