../
|
io
|
|
1eb239e4
|
4 years
|
Thierry Delisle |
Removed snzi and replaced it with a fast/slow path
|
kernel
|
|
62502cc4
|
4 years
|
Thierry Delisle |
Fixed deadlock where threads could acquire the central scheduler lock …
|
alarm.cfa
|
3.5 KB
|
e660761
|
4 years
|
Thierry Delisle |
First attempt at reducing complation time by restructuring the code. …
|
alarm.hfa
|
1.9 KB
|
1eb239e4
|
4 years
|
Thierry Delisle |
Removed snzi and replaced it with a fast/slow path
|
asyncio.hfa
|
0 bytes
|
2d8f7b0
|
5 years
|
Thierry Delisle |
Implemented basic non-blocking io
|
coroutine.cfa
|
7.1 KB
|
ada0246d
|
4 years
|
pabuhr |
create heap.hfa, use it in malloc.h, and cleanup includes with respect …
|
coroutine.hfa
|
6.3 KB
|
ae7be7a
|
5 years
|
Thierry Delisle |
Fixed incorrect setting of ready state and added result to previous …
|
CtxSwitch-arm.S
|
1.7 KB
|
c7a900a
|
5 years
|
Thierry Delisle |
More renames and clean-ups
|
CtxSwitch-i386.S
|
2.4 KB
|
c7a900a
|
5 years
|
Thierry Delisle |
More renames and clean-ups
|
CtxSwitch-i686.S
|
16 bytes
|
bf71cfd
|
6 years
|
Thierry Delisle |
Moved up many directories in source
|
CtxSwitch-x64.S
|
18 bytes
|
37fe352
|
6 years
|
Thierry Delisle |
Added proper multi-lib handling, tests still do not work and arm …
|
CtxSwitch-x86.S
|
16 bytes
|
37fe352
|
6 years
|
Thierry Delisle |
Added proper multi-lib handling, tests still do not work and arm …
|
CtxSwitch-x86_64.S
|
2.6 KB
|
c7a900a
|
5 years
|
Thierry Delisle |
More renames and clean-ups
|
invoke.c
|
5.6 KB
|
129674b
|
4 years
|
Thierry Delisle |
Added more details to the ARM error in invoke.c
|
invoke.h
|
7.3 KB
|
80ec409
|
4 years
|
ajbeach |
The exception context is now stored on the stack. It is not used just yet.
|
io.cfa
|
13.6 KB
|
eafec07
|
4 years
|
Thierry Delisle |
More pointer fixes
|
iocall.cfa
|
19.1 KB
|
97c3159
|
4 years
|
ajbeach |
Fixed some tab/space confusion.
|
iofwd.hfa
|
5.1 KB
|
f00b26d4
|
4 years
|
Thierry Delisle |
Re-worked IO to use epoll and support multiple io_contexts per …
|
kernel.cfa
|
22.1 KB
|
dab09ad
|
4 years
|
Thierry Delisle |
Added unnecessary thread-fence to work around incorrect reorder
|
kernel.hfa
|
8.9 KB
|
1eb239e4
|
4 years
|
Thierry Delisle |
Removed snzi and replaced it with a fast/slow path
|
kernel_private.hfa
|
9.4 KB
|
1eb239e4
|
4 years
|
Thierry Delisle |
Removed snzi and replaced it with a fast/slow path
|
monitor.cfa
|
32.0 KB
|
1b143de
|
4 years
|
Thierry Delisle |
Several fixes to relaxed_ready queue
|
monitor.hfa
|
3.7 KB
|
ac2b598
|
5 years
|
Thierry Delisle |
Changed descriptors for concurrency to use $ prefix instead of …
|
mutex.cfa
|
4.1 KB
|
519f11c
|
4 years
|
Thierry Delisle |
Minor fixes in concurrency lib.
Remove async support for sendfile as a …
|
mutex.hfa
|
3.7 KB
|
ac2b598
|
5 years
|
Thierry Delisle |
Changed descriptors for concurrency to use $ prefix instead of …
|
preemption.cfa
|
17.2 KB
|
3e2b9c9
|
4 years
|
Thierry Delisle |
More restructuring of translation units
Unclear if it improves …
|
preemption.hfa
|
881 bytes
|
e660761
|
4 years
|
Thierry Delisle |
First attempt at reducing complation time by restructuring the code. …
|
ready_queue.cfa
|
18.0 KB
|
62502cc4
|
4 years
|
Thierry Delisle |
Fixed deadlock where threads could acquire the central scheduler lock …
|
ready_subqueue.hfa
|
6.1 KB
|
343d10e
|
4 years
|
Thierry Delisle |
Removed code broken in new-ast out of libcfa
|
snzi.hfa
|
3.9 KB
|
320ec6fc
|
4 years
|
Thierry Delisle |
Changed ready_queue_(grow/shrink) to take a target instead of going …
|
stats.cfa
|
9.2 KB
|
5751a56
|
4 years
|
Thierry Delisle |
Changed handling of io_uring support to handle op codes in configure. …
|
stats.hfa
|
2.6 KB
|
5751a56
|
4 years
|
Thierry Delisle |
Changed handling of io_uring support to handle op codes in configure. …
|
thread.cfa
|
2.4 KB
|
d72c074
|
4 years
|
Thierry Delisle |
Added option to bias threads to queues, instead of processors to queues
|
thread.hfa
|
4.7 KB
|
3e2b9c9
|
4 years
|
Thierry Delisle |
More restructuring of translation units
Unclear if it improves …
|