../
|
waituntil
|
|
8cb06b6
|
18 months
|
caparson |
added waituntil timeout test and added waituntil test that uses …
|
waitfor
|
|
a1b41e3
|
19 months
|
pabuhr |
add parsing test for waitfor statement
|
unified_locking
|
|
b9cd3b5
|
18 months
|
caparson |
removed clh lock
|
signal
|
|
aca0d2f
|
21 months
|
pabuhr |
make anonymous struct declaration static
|
readyQ
|
|
be1d00c
|
2 years
|
Thierry Delisle |
Changed fairness tests to use sched_yield in case exhausting the time …
|
pthread
|
|
1205b3e
|
20 months
|
pabuhr |
update 32-bit tests after change to PRNG
|
park
|
|
1bcbf02
|
2 years
|
Thierry Delisle |
Changed declarations using _Thread_local to use thread.
I'm fairly …
|
mutexstmt
|
|
6c3c51d
|
18 months
|
caparson |
removed scoped lock
|
futures
|
|
63d5ac5f
|
18 months
|
caparson |
removed TODO since it is now done
|
examples
|
|
6dc7011a
|
2 years
|
Thierry Delisle |
Tentative test for non-executable heap, currently broken
|
channels
|
|
7c2c37a
|
18 months
|
caparson |
removed tests made during deadlock debugging
|
barrier
|
|
7bc84b8
|
2 years
|
pabuhr |
remove unsigned cast for prng calls
|
actors
|
|
1950837
|
20 months
|
caparson |
added virtual dtor test to actor test suite, updated other relevant …
|
.expect
|
|
e8b8e65
|
2 years
|
Thierry Delisle |
Added implementation of call_once
|
thread.cfa
|
833 bytes
|
454f478
|
4 years
|
Thierry Delisle |
Re-arranged and commented low-level headers.
Main goal was for better …
|
suspend_then.cfa
|
1.5 KB
|
dfa4360
|
5 years
|
Thierry Delisle |
Added several tests for generators
|
sleep.cfa
|
717 bytes
|
237df76
|
3 years
|
pabuhr |
convert from test programs I/O acquire to mutex statement
|
preempt.cfa
|
2.0 KB
|
7b2c8c3c
|
3 years
|
Thierry Delisle |
Moved globals to a struct so maybe gcc won't just optimize out my …
|
preempt2.cfa
|
743 bytes
|
fc72696c
|
3 years
|
Thierry Delisle |
Added second preempt test that checks the same thing but using a …
|
once.cfa
|
648 bytes
|
7bc84b8
|
2 years
|
pabuhr |
remove unsigned cast for prng calls
|
multi-monitor.cfa
|
1.2 KB
|
fd54fef
|
4 years
|
mlbrooks |
Converting the project to use the new syntax for otype, dtype and …
|
monitor.cfa
|
659 bytes
|
ed12051
|
5 years
|
Thierry Delisle |
Reduced iterations of concurrent/monitor by 25%
|
migrate.cfa
|
1.7 KB
|
a167c70c
|
2 years
|
Thierry Delisle |
Added thread support for migrating between clusters.
|
mainError.cfa
|
36 bytes
|
a494d105
|
3 years
|
ajbeach |
Added a semantic error if the proper includes are not used before a …
|
keywordErrors.cfa
|
104 bytes
|
6c3a5ac1
|
5 years
|
Thierry Delisle |
Added better check to guarantee proper includes are present when using …
|
joinerror.cfa
|
1.0 KB
|
0dbecad
|
4 years
|
Thierry Delisle |
Added tests for join thread
|
join.cfa
|
848 bytes
|
0dbecad
|
4 years
|
Thierry Delisle |
Added tests for join thread
|
ctor-check.cfa
|
212 bytes
|
56f519b
|
3 years
|
ajbeach |
Clean-up of the last pass. Added a test for the constructor mutex …
|
coroutineYield.cfa
|
875 bytes
|
aaf92de
|
4 years
|
Thierry Delisle |
Moved coroutine to global scope to ease debugging
|
cluster.cfa
|
476 bytes
|
66812dd
|
4 years
|
pabuhr |
convert tests to always print output (no empty .expect files)
|
clib_tls.c
|
1.1 KB
|
1bcbf02
|
2 years
|
Thierry Delisle |
Changed declarations using _Thread_local to use thread.
I'm fairly …
|
clib.c
|
1.8 KB
|
b67fe85
|
2 years
|
Thierry Delisle |
Updated thread_local I forgot to change last time
|