../
|
kernel
|
|
aca0d2f
|
21 months
|
pabuhr |
make anonymous struct declaration static
|
io
|
|
14f6a3cb
|
21 months
|
pabuhr |
fix build problem
|
clib
|
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
thread.hfa
|
6.2 KB
|
8a97248
|
21 months
|
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
|
thread.cfa
|
7.2 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
stats.hfa
|
3.9 KB
|
74227c6
|
23 months
|
Thierry Delisle |
Added more stats
|
stats.cfa
|
13.5 KB
|
74227c6
|
23 months
|
Thierry Delisle |
Added more stats
|
snzi.hfa
|
3.9 KB
|
290553a
|
4 years
|
Thierry Delisle |
Changed some defines to constants with last fix
|
select.hfa
|
1.8 KB
|
339e30a
|
22 months
|
caparson |
added new future and added rudimentary select statement support for it
|
ready_subqueue.hfa
|
3.8 KB
|
15c93d8
|
2 years
|
Thierry Delisle |
Renamed ready-queue link fields to rdy_link
|
ready_queue.cfa
|
8.4 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
pthread.cfa
|
30.6 KB
|
3494ca9
|
21 months
|
pabuhr |
formatting
|
preemption.hfa
|
881 bytes
|
e660761
|
4 years
|
Thierry Delisle |
First attempt at reducing complation time by restructuring the code. …
|
preemption.cfa
|
23.6 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
once.hfa
|
3.0 KB
|
e8b8e65
|
2 years
|
Thierry Delisle |
Added implementation of call_once
|
mutex_stmt.hfa
|
1.4 KB
|
0d4f954
|
3 years
|
caparson |
changed concurrency library to work with new mutexstmt changes
|
mutex.hfa
|
4.7 KB
|
8a97248
|
21 months
|
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
|
mutex.cfa
|
3.9 KB
|
ed52dd5
|
21 months
|
pabuhr |
remove comment about _GNU_SOURCE
|
monitor.hfa
|
4.5 KB
|
8a97248
|
21 months
|
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
|
monitor.cfa
|
36.1 KB
|
ed52dd5
|
21 months
|
pabuhr |
remove comment about _GNU_SOURCE
|
locks.hfa
|
24.1 KB
|
8a97248
|
21 months
|
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
|
locks.cfa
|
17.3 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
kernel.hfa
|
9.7 KB
|
639e4fc
|
2 years
|
Thierry Delisle |
Changed cluster link to use explicit type to avoid anonymous names in …
|
kernel.cfa
|
28.6 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
iofwd.hfa
|
7.9 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
io.cfa
|
25.9 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
invoke.h
|
9.0 KB
|
0348fd8
|
22 months
|
caparson |
fixed clh bug where you couldn't hold more than 1 clh lock at once
|
invoke.c
|
6.1 KB
|
8108ba8
|
2 years
|
Thierry Delisle |
Started to add basic visibility control to libcfa
|
future.hfa
|
8.6 KB
|
5e180c2
|
22 months
|
caparson |
small future touchups
|
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
|
c18bf9e
|
2 years
|
Thierry Delisle |
Visibility concurrency
|
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
|
8a97248
|
21 months
|
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
|
coroutine.cfa
|
9.6 KB
|
f5f2768
|
21 months
|
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
|
channel.hfa
|
3.7 KB
|
42b739d7
|
22 months
|
caparson |
fixed termination synchronization in the channel benchmark to get rid …
|
barrier.hfa
|
1.6 KB
|
a18373a
|
3 years
|
Thierry Delisle |
Added a hook for the barrier's last block.
Added testing to go with it.
|
alarm.hfa
|
2.3 KB
|
1756e08
|
2 years
|
Thierry Delisle |
Added some defensive programming to work around parsing bug
|
alarm.cfa
|
4.0 KB
|
1756e08
|
2 years
|
Thierry Delisle |
Added some defensive programming to work around parsing bug
|
actor.hfa
|
21.8 KB
|
2d028039
|
21 months
|
caparson |
added support for copy based envelopes
|