../
|
kernel
|
|
ef94ae7
|
3 years
|
Thierry Delisle |
Changed ready-queue to use -1 for empty ts.
|
io
|
|
43784ac
|
3 years
|
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
|
clib
|
|
c457dc41
|
4 years
|
Thierry Delisle |
Fix sequential handling of timers
|
thread.hfa
|
5.1 KB
|
5456537
|
4 years
|
ajbeach |
A bit of clean-up, wrapping the detail of the default vtable up in a macro.
|
thread.cfa
|
4.9 KB
|
ef94ae7
|
3 years
|
Thierry Delisle |
Changed ready-queue to use -1 for empty ts.
|
stats.hfa
|
3.4 KB
|
78ea291
|
4 years
|
Thierry Delisle |
Cleanup stats for concision.
|
stats.cfa
|
10.4 KB
|
78ea291
|
4 years
|
Thierry Delisle |
Cleanup stats for concision.
|
snzi.hfa
|
3.9 KB
|
290553a
|
4 years
|
Thierry Delisle |
Changed some defines to constants with last fix
|
ready_subqueue.hfa
|
4.4 KB
|
ef94ae7
|
3 years
|
Thierry Delisle |
Changed ready-queue to use -1 for empty ts.
|
ready_queue.cfa
|
31.3 KB
|
6ba6846
|
3 years
|
Thierry Delisle |
Minor ready-queue fixes
|
preemption.hfa
|
881 bytes
|
e660761
|
4 years
|
Thierry Delisle |
First attempt at reducing complation time by restructuring the code. …
|
preemption.cfa
|
25.8 KB
|
43784ac
|
3 years
|
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
|
mutex.hfa
|
4.7 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
mutex.cfa
|
3.9 KB
|
43784ac
|
3 years
|
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
|
monitor.hfa
|
3.9 KB
|
e0b8d66d
|
4 years
|
Thierry Delisle |
Fix bug in delete for mutexed pointer.
|
monitor.cfa
|
33.1 KB
|
43784ac
|
3 years
|
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
|
locks.hfa
|
14.3 KB
|
55ad35c
|
3 years
|
caparson |
removed print and deleted equal operator for lock
|
locks.cfa
|
11.3 KB
|
43784ac
|
3 years
|
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
|
kernel_private.hfa
|
10.7 KB
|
f558b5f
|
3 years
|
Thierry Delisle |
Implemented kernel_getcpu from rseq and librseq.
|
kernel.hfa
|
8.6 KB
|
12daa43
|
3 years
|
Thierry Delisle |
Added a define switch for using cpu workstealing.
Not Fully implemented.
|
kernel.cfa
|
29.7 KB
|
12daa43
|
3 years
|
Thierry Delisle |
Added a define switch for using cpu workstealing.
Not Fully implemented.
|
iofwd.hfa
|
6.7 KB
|
ff1240f
|
4 years
|
Thierry Delisle |
Added missing forward declaretion
|
io.cfa
|
15.5 KB
|
43784ac
|
3 years
|
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
|
invoke.h
|
8.3 KB
|
ab5baab
|
3 years
|
Thierry Delisle |
Attempt to fix the stack checker for when coroutines are interrupted …
|
invoke.c
|
6.1 KB
|
a3821fa
|
4 years
|
Thierry Delisle |
Changed enable interrupts:
- no longer save the caller for debugging
…
|
future.hfa
|
2.8 KB
|
c323837
|
4 years
|
Thierry Delisle |
Fix to futures after last change
|
exception.hfa
|
889 bytes
|
c960331
|
4 years
|
ajbeach |
Attempt to clean-up the exception headers. I think this is easier to …
|
exception.cfa
|
2.4 KB
|
be73f30
|
4 years
|
Thierry Delisle |
Changed many instances of kernelTLS to use active_thread/active_coroutine
|
CtxSwitch-x86_64.S
|
1.9 KB
|
0c4a90d
|
4 years
|
pabuhr |
update emacs mode
|
CtxSwitch-x86.S
|
16 bytes
|
37fe352
|
6 years
|
Thierry Delisle |
Added proper multi-lib handling, tests still do not work and arm …
|
CtxSwitch-x64.S
|
18 bytes
|
37fe352
|
6 years
|
Thierry Delisle |
Added proper multi-lib handling, tests still do not work and arm …
|
CtxSwitch-i686.S
|
16 bytes
|
bf71cfd
|
6 years
|
Thierry Delisle |
Moved up many directories in source
|
CtxSwitch-i386.S
|
1.8 KB
|
a4bdbcd
|
4 years
|
pabuhr |
formatting
|
CtxSwitch-arm64.S
|
2.7 KB
|
8ec4a52
|
4 years
|
pabuhr |
harmonize with 32-bit ARM context switch
|
CtxSwitch-arm32.S
|
1.7 KB
|
95472ee
|
4 years
|
pabuhr |
readd ARM 32-bit context-switch assemble file
|
coroutine.hfa
|
7.2 KB
|
ab5baab
|
3 years
|
Thierry Delisle |
Attempt to fix the stack checker for when coroutines are interrupted …
|
coroutine.cfa
|
9.5 KB
|
43784ac
|
3 years
|
Thierry Delisle |
Changed libcfathread to consistently define _GNU_SOURCE
|
alarm.hfa
|
2.3 KB
|
c457dc41
|
4 years
|
Thierry Delisle |
Fix sequential handling of timers
|
alarm.cfa
|
4.0 KB
|
afd7faf
|
4 years
|
Thierry Delisle |
Small fixes to lock and alarm around possible race and the thunk problem.
|