../
|
clib
|
|
9e27f69
|
4 years
|
Thierry Delisle |
Fixed warnings and errors in cfathreads.cfa
|
io
|
|
a5040fe
|
4 years
|
Thierry Delisle |
Fixed splice declaration to match the real declaration rather than the …
|
kernel
|
|
a1538cd
|
4 years
|
Thierry Delisle |
Implemented part of the same C api for threads as libfibre.
|
alarm.cfa
|
3.7 KB
|
4aeaee5
|
4 years
|
caparsons |
added alarm callback to union and refactored
|
alarm.hfa
|
2.2 KB
|
4aeaee5
|
4 years
|
caparsons |
added alarm callback to union and refactored
|
coroutine.cfa
|
9.3 KB
|
85ac70e8
|
4 years
|
Thierry Delisle |
Fix unused variable
|
coroutine.hfa
|
6.8 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
CtxSwitch-arm32.S
|
1.7 KB
|
95472ee
|
4 years
|
pabuhr |
readd ARM 32-bit context-switch assemble file
|
CtxSwitch-arm64.S
|
2.7 KB
|
8ec4a52
|
4 years
|
pabuhr |
harmonize with 32-bit ARM context switch
|
CtxSwitch-i386.S
|
1.8 KB
|
a4bdbcd
|
4 years
|
pabuhr |
formatting
|
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
|
1.9 KB
|
0c4a90d
|
4 years
|
pabuhr |
update emacs mode
|
exception.cfa
|
2.4 KB
|
be73f30
|
4 years
|
Thierry Delisle |
Changed many instances of kernelTLS to use active_thread/active_coroutine
|
exception.hfa
|
889 bytes
|
c960331
|
4 years
|
ajbeach |
Attempt to clean-up the exception headers. I think this is easier to …
|
future.hfa
|
2.8 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
invoke.c
|
6.1 KB
|
d31bb83
|
4 years
|
pabuhr |
remove debug prints
|
invoke.h
|
8.0 KB
|
d25b2d6
|
4 years
|
caparsons |
small cleanup
|
io.cfa
|
14.6 KB
|
dddb3dd0
|
4 years
|
Thierry Delisle |
Changed io to use ring per kernel threads.
|
iofwd.hfa
|
6.7 KB
|
ff1240f
|
4 years
|
Thierry Delisle |
Added missing forward declaretion
|
kernel.cfa
|
24.0 KB
|
a1538cd
|
4 years
|
Thierry Delisle |
Implemented part of the same C api for threads as libfibre.
|
kernel.hfa
|
8.4 KB
|
a1538cd
|
4 years
|
Thierry Delisle |
Implemented part of the same C api for threads as libfibre.
|
kernel_private.hfa
|
9.3 KB
|
78da4ab
|
4 years
|
Thierry Delisle |
New implementation of io based on instance burrowing.
Trying to avoid …
|
locks.cfa
|
11.6 KB
|
ab1b971
|
4 years
|
Thierry Delisle |
blocking_lock & multiple_acquisition_lock can now be used without …
|
locks.hfa
|
5.2 KB
|
f19497c
|
4 years
|
Thierry Delisle |
Fixed missing try_lock in locks based on 'blocking_lock'
|
monitor.cfa
|
33.1 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
monitor.hfa
|
3.9 KB
|
e0b8d66d
|
4 years
|
Thierry Delisle |
Fix bug in delete for mutexed pointer.
|
mutex.cfa
|
3.9 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
mutex.hfa
|
4.7 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
preemption.cfa
|
26.6 KB
|
6047b00
|
4 years
|
Thierry Delisle |
Removed SA_RESTART from preemption since it seems to cause more …
|
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
|
32c2c5e
|
4 years
|
Thierry Delisle |
Removed unused variables
|
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
|
290553a
|
4 years
|
Thierry Delisle |
Changed some defines to constants with last fix
|
stats.cfa
|
7.9 KB
|
dddb3dd0
|
4 years
|
Thierry Delisle |
Changed io to use ring per kernel threads.
|
stats.hfa
|
2.5 KB
|
dddb3dd0
|
4 years
|
Thierry Delisle |
Changed io to use ring per kernel threads.
|
thread.cfa
|
4.8 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
thread.hfa
|
5.0 KB
|
b1d83ba
|
4 years
|
Thierry Delisle |
Removed unused code for manual threads.
|